Displaying 2 results from an estimated 2 matches for "sbmldap".
2004 Dec 09
2
protocol negotiation failed
Hello guys,
I have got my samba server as PDC run and it worked well. I could see the machine in a windows explorer and the linux/samba users could login into the windows.
Now, suddenly, I can't see samba server in windows explorer any more, but linux users can still log into the windows machines. I can ping from the samba server and it works. When I run
#smbclient -L localhost
I get the
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...xxx-1000 and uid =0
Setup startup scripts
/etc/init.d/smb
/etc/init.d/ldap
make sure there executable
enable services in chkconfig
Install smbldap-tools
Populate the LDAP databse with the default Windows accounts OU's and groups.
Using smbldap-populate.pl
User management
To add users:
sbmldap-useradd.pl -a -P username
-a (add a Samba account) -P prompt for passwd after account is created
To change password:
smbldap-passwd.pl username
To delete User:
smbldap-userdel.pl username
To add computer accounts:
smbldap-useradd.pl -a -w computername
---------------------------------------------...