Dear Expert, Pls help, I am in the progress implementing Samba as LDAP as PDC on FC5, I followed the instruction of "samba3-ldap-howto", now I am unable to add computer to domain.. Tried to check /var/log/samba and found the following: [2006/07/18 14:55:44, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 14:56:01, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 14:56:33, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 14:59:43, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 15:20:36, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 15:21:30, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 Thanks a lot in advance Regards Winanjaya *********************** Our outgoing mail has been scanned by MSS. ***********-***********
This is the last progress: When trying to join to domain (I am using Win 2000 Pro SP4 and use "root") .. I met the following: "The user name could not be found" .. Please help .. Thanks & Regards Winanjaya ----- Original Message ----- From: "User 1" <signmeup@lippogeneral.com> To: <samba@lists.samba.org> Sent: Tuesday, July 18, 2006 3:19 PM Subject: [Samba] Unable to add computer to domain> > > Dear Expert, > > Pls help, I am in the progress implementing Samba as LDAP as PDC on FC5, I > followed the instruction of "samba3-ldap-howto", now I am unable to add > computer to domain.. > > Tried to check /var/log/samba and found the following: > > [2006/07/18 14:55:44, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > [2006/07/18 14:56:01, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > [2006/07/18 14:56:33, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > [2006/07/18 14:59:43, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > [2006/07/18 15:20:36, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > [2006/07/18 15:21:30, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9 > > > > Thanks a lot in advance > > Regards > Winanjaya > > > *********************** > Our outgoing mail has been scanned by MSS. > ***********-*********** > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > > *********************** > Your mail has been scanned by MSS. > ***********-*********** > >*********************** Our outgoing mail has been scanned by MSS. ***********-***********
"User 1" <signmeup@lippogeneral.com> wrote in message news:006f01c6aa50$d76f77b0$580110ac@HO.lippogeneral.com...> > This is the last progress: > > When trying to join to domain (I am using Win 2000 Pro SP4 and use "root") > .. I met the following: > > "The user name could not be found" .. > > Please help .. > > Thanks & Regards > WinanjayaMake sure that your workstations can authenticate against ldap. When you type getent passwd and getent group do you see the entries from the ldap directory? See Samba by Example for more information. See the chapter on "Making users happy"
On Tue, 18 Jul 2006, User 1 wrote:> Pls help, I am in the progress implementing Samba as LDAP as PDC on FC5, I > followed the instruction of "samba3-ldap-howto", now I am unable to add > computer to domain.. > > Tried to check /var/log/samba and found the following: > > [2006/07/18 14:55:44, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) > _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w > "nb02$"' > gave 9Hmm... $ grep -c 'exit.*9' smbldap-useradd 1 Seems like since there is only one way for smbldap-useradd to exit with code 9, maybe that's something you should look into. - Logan