Evolution #6780
Mise en commun des options smbldap-tools
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Associated revisions
Mise en commun des options smbldap-tools ( fixes #6780 )
History
#1 Updated by Alain Guichard over 7 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit b48ebcf8c122ca5e5800c32cdcf5cffa205a4515.
#2 Updated by Joël Cuissinat over 7 years ago
- Target version changed from Eole 2.4-beta3 to Eole 2.4-RC2
#3 Updated by Joël Cuissinat about 7 years ago
- Target version changed from Eole 2.4-RC2 to Eole 2.4-RC1
#4 Updated by Joël Cuissinat about 7 years ago
- Status changed from Résolu to Fermé
- Assigned To set to Alain Guichard
root@scribe:~# grep smbldap /usr/share/eole/creole/distrib/smb-include_global.conf # smbldap-tools add user script = /usr/sbin/smbldap-useradd -a -m "%u" add group script = /usr/sbin/smbldap-groupadd -p -a -t 2 "%g" add machine script = /usr/sbin/smbldap-useradd -w -a -d /dev/null -s /bin/false %u add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g" delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g" set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u" rename user script = /usr/sbin/smbldap-usermod -J -r "%unew" "%uold"