I am thinking it is related to the add scripts, here they are :

add machine script = /usr/local/samba/share/smbldap-useradd.pl -w "%u"
add user script = /usr/local/samba/share/smbldap-useradd.pl -a "%u"
delete user script = /usr/local/samba/share/smbldap-userdel.pl "%u"
add group script = /usr/local/samba/share/smbldap-groupadd.pl "%g"
delete group script = /usr/local/samba/share/smbldap-groupdel.pl "%g"
add user to group script = /usr/local/samba/share/smbldap-groupmod.pl -m "%u" "%g"
delete user from group script = /usr/local/samba/share/smbldap-groupmod.pl -x "%u" "%g"
set primary group script = /usr/local/samba/share/smbldap-usermod.pl -G "%g" "%u"


Am I missing any parameters ?

Thank you
Charles Hamel

On 03-12-09, at 19:14, Charles Hamel wrote:

Hi

I just tried to import the users/machine/groups from a NT4 PDC, it imported everything fine with the group mappings, only one thing messing, the password hashes, they are all XXX (sambaLMPassword and sambaNTPassword attributes). I am running RH9.0 with OpenLDAP 2.0.27 with nssldap. Am I missing something ?

Thank you !

Charles Hamel

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to