rssh pour les clubs
darcs-hash:20041129232353-4ec08-215b61ea61d3c40350149fe27d2d417920e9c516.gz
This commit is contained in:
parent
49bab35100
commit
1886d88f66
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ class club(base_proprietaire) :
|
||||||
self._data['objectClass'] = [ 'club', 'posixAccount', 'shadowAccount' ]
|
self._data['objectClass'] = [ 'club', 'posixAccount', 'shadowAccount' ]
|
||||||
self._data['uid'] = [ login ]
|
self._data['uid'] = [ login ]
|
||||||
self._data['cn'] = [ preattr(self.Nom())[1] ]
|
self._data['cn'] = [ preattr(self.Nom())[1] ]
|
||||||
self._data['loginShell' ] = [ config.login_shell ]
|
self._data['loginShell' ] = [ config.club_login_shell ]
|
||||||
|
|
||||||
# Détermination de l'uid
|
# Détermination de l'uid
|
||||||
uidNumber = 1000
|
uidNumber = 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue