Parent Directory
|
Revision Log
|
Revision Graph
* Thu Jan 29 2009 Michael Weinberger 0.0.9-3 Bug 4962 fix * Sat Mar 01 2008 Michael Weinberger 0.0.9-2 use perl-esmith-PasswordTools * Sat Mar 01 2008 Michael Weinberger 0.0.9-1 Bug 4001 fix * Tue Sep 11 2007 Michael Weinberger Version 0.0.9 dt-data-copy * Wed Aug 22 2007 Michael Weinberger Version 0.0.8 fixed dt-passowrds-sync: PasswordSet prop for ibays * Tue Aug 21 2007 Michael Weinberger Version 0.0.7 fixed dt-passowrds-sync: smbpasswd-sync: also sync flags and lct. fixed dt-lock-account: dont unlock (new) account without a password set: Print a error. Set PasswordSet property onyl if both shadow password and smb password are set * Sun Aug 19 2007 Michael Weinberger Version 0.0.6 dt-lock-account * Thu Aug 16 2007 Michael Weinberger Version 0.0.5 dt-pw-generate * Sun Aug 12 2007 Michael Weinberger Version 0.0.4 dt-dovecot-indexfiles-delete added dt-datasync renamed to dt-data-sync * Fri Aug 10 2007 Michael Weinberger Schleife in dt-password-sync mit 0 beginnen * Wed Aug 01 2007 Michael Weinberger - initial release 0.0.1
1 | mweinber | 1.1 | --- smeserver-dirty-tools-0.0.9/root/sbin/e-smith/dt-rename-account.ldap 2007-08-19 12:35:03.000000000 +0200 |
2 | +++ smeserver-dirty-tools-0.0.9/root/sbin/e-smith/dt-rename-account 2009-01-29 14:49:52.000000000 +0100 | ||
3 | @@ -125,6 +125,9 @@ | ||
4 | system( "/bin/chown admin.root /etc/passwd" ); | ||
5 | system( "/bin/chmod 644 /etc/passwd" ); | ||
6 | |||
7 | + # Update LDAP attributes dn, uid, mail, calFBURL | ||
8 | + system("/etc/e-smith/events/actions/ldap-delete user-delete $old"); | ||
9 | + system("/etc/e-smith/events/actions/ldap-update user-create $new"); | ||
10 | |||
11 | # Rename Home | ||
12 | system( "/bin/mv /home/e-smith/files/users/$old /home/e-smith/files/users/$new" ); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 | ![]() |