/[smecontribs]/rpms/smeserver-dirty-tools/contribs7/smeserver-dirty-tools-0.0.9-ldap.patch
ViewVC logotype

Contents of /rpms/smeserver-dirty-tools/contribs7/smeserver-dirty-tools-0.0.9-ldap.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jan 29 13:58:09 2009 UTC (15 years, 3 months ago) by mweinber
Branch: MAIN
CVS Tags: smeserver-dirty-tools-0_0_9-3_el4_sme, HEAD
* 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 --- 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 RSS 2.0 feed