I have followed the guide on http://gentoo-wiki.com/HOWTO_LDAP_SAMBA_PDC
I did
Code: Select all
smbldap-populateI did
Code: Select all
smbldap-useradd -a -m -P testuserbut!
when I try to login on my PDC using
Code: Select all
net join MYDOMAIN -U testuserCode: Select all
Creation of workstation account failed
Unable to join domain FEST.Code: Select all
[2006/01/27 16:41:34, 0] rpc_server/srv_netlog_nt.c:get_md4pw(244)
get_md4pw: Workstation ECHELON$: no account in domain
[2006/01/27 16:41:36, 1] auth/auth_util.c:make_server_info_sam(840)
User testuser in passdb, but getpwnam() fails!
[2006/01/27 16:41:36, 0] auth/auth_sam.c:check_sam_security(324)
check_sam_security: make_server_info_sam() failed with 'NT_STATUS_NO_SUCH_USER'
Error: modifications require authentication at /usr/sbin//smbldap_tools.pm line 1005.
[2006/01/27 16:41:37, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2324)
_samr_create_user: Running the command `smbldap-useradd -w -d /dev/null -c 'Machine Account' -s /bin/false 'echelon$'' gave 1

