Hi all, I have found the smbldap-tools provided in the samba 3 tarball to have a few glitches with the samba 3 schema. I have made my changes and 'diffed' them with the source. root@localhost # pwd /usr/local/samba/sbin root@localhost # for i in *.p*; do echo $i; diff $i /usr/local/src/samba-3.0.0rc4/examples/LDAP/smbldap-tools/$i; done smbldap-groupadd.pl smbldap-groupdel.pl smbldap-groupmod.pl 1,2d0 < #!/usr/bin/perl < smbldap-groupshow.pl smbldap-migrate-accounts.pl 45,46c45,46 < sambaLMPassword: $lmpwd < sambaNTPassword: $ntpwd ---> lmpassword: $lmpwd > ntpassword: $ntpwdsmbldap-migrate-groups.pl smbldap-passwd.pl smbldap-populate.pl 119c119 < objectClass: sambaSamAccount ---> objectClass: sambaSAMAccount146c146 < objectClass: sambaSamAccount ---> objectClass: sambaSAMAccountsmbldap-useradd.pl 275c275 < objectClass: sambaSamAccount ---> objectClass: sambaSAMAccountsmbldap-userdel.pl smbldap-usermod.pl smbldap-usershow.pl smbldap_conf.pm smbldap_tools.pm In summary the ones changed included: smbldap-populate.pl: changed sambaSAMAccount to sambaSamAccount (two instances) smbldap-useradd.pl changed sambaSAMAccount to sambaSamAccount (one instance) smbldap-migrate-accounts.pl changed lmpassword to sambaLMPassword changed ntpassword to sambaNTPassword Have fun. Darren
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chew, Darren wrote: | Hi all, | | I have found the smbldap-tools provided in the samba 3 tarball to have a | few glitches with the samba 3 schema. I have made my changes and 'diffed' | them with the source. | Darren, Please resend these to me in 'diff -u' format. Thanks. cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - enigmail.mozdev.org iD8DBQE/bHM+IR7qMdg1EfYRAoDcAKCy7FfC0oBKQpbbmoQe9c32DA8llwCgnnCx h39+Iwa6C5BdRNC6nkFJP34=Lmg8 -----END PGP SIGNATURE-----