I am trying to get my samba3 box to work with winbind so I dont have to keep adding linux users to my debian file server. However when I run "net rpc join -S PDCName -U Administrator" I get "Unable to join domain DomainName". I have followed the config advise in the The Official Samba-3 HOWTO and Reference Guide and I can get the server to join using "net join -S PDCName -UAdministrator%Password". I have looked at the log.winbindd log and searched google for the errors but to no avail so I am posting my config here for hopfully some assistance in a more in depth learning of the samba product. Any assistance would be greatly appreciated.. ------smb.conf----------------------------------------------- [global] workgroup = LINDSAYBIT realm = LINDSAYBIT.COM.AU security = DOMAIN encrypt passwords = true password server = * winbind separator = \ idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes [printers] comment = All Printers path = /tmp create mask = 0700 printable = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/printers [test] comment = test share path = /tmp read only = No createmask = 0700 ---------------------------------------------------------- -----nsswitch.conf--------------------------------- passwd: files winbind group: files winbind shadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis ----------------------------------------------------------- --------------------log.winbind--------------------------------------------- ------------------------------- winbindd version 3.0.14a started. Copyright The Samba Team 2000-2004 [2005/04/23 00:32:57, 0] nsswitch/winbindd_util.c:winbindd_param_init(555) winbindd: idmap uid range missing or invalid [2005/04/23 00:32:57, 0] nsswitch/winbindd_util.c:winbindd_param_init(556) winbindd: cannot continue, exiting. [2005/04/23 00:32:57, 1] nsswitch/winbindd.c:main(897) Could not init idmap -- netlogon proxy only [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED [2005/04/23 00:32:58, 1] nsswitch/winbindd_cm.c:cm_prepare_connection(366) failed tcon_X with NT_STATUS_ACCESS_DENIED ---------------------------------------------------------------------------- ----------------------------------------
Brett Lindsay wrote:> However when I run "net rpc join -S PDCName -U Administrator" I get "Unable > to join domain DomainName". I have followed the config advise in the The > Official Samba-3 HOWTO and Reference Guide and I can get the server to join > using "net join -S PDCName -UAdministrator%Password".net rpc join -S PDCName -U Administrator ^drop the space Best, PKrash
Thanks Paul, But Unfortunatly this results in the same error!!! -----Original Message----- From: Paul_Krash [mailto:codesup@alonsystems.com] Sent: Saturday, 23 April 2005 2:51 AM To: Brett Lindsay Cc: samba@lists.samba.org Subject: Re: [Samba] winbindd config Brett Lindsay wrote:> However when I run "net rpc join -S PDCName -U Administrator" I get > "Unable to join domain DomainName". I have followed the config advise > in the The Official Samba-3 HOWTO and Reference Guide and I can get > the server to join using "net join -S PDCName -UAdministrator%Password".net rpc join -S PDCName -U Administrator ^drop the space Best, PKrash
I got mine to work, i had to install openldap, krb5 (Kerberos), and db4. then rebuild samba with ad. But the domain im trying to connect to is a ad domain and not nt4 On 4/24/05, Brett Lindsay <lindsaybit@dart.net.au> wrote:> Thanks Paul, > > But Unfortunatly this results in the same error!!! > > > -----Original Message----- > From: Paul_Krash [mailto:codesup@alonsystems.com] > Sent: Saturday, 23 April 2005 2:51 AM > To: Brett Lindsay > Cc: samba@lists.samba.org > Subject: Re: [Samba] winbindd config > > Brett Lindsay wrote: > > However when I run "net rpc join -S PDCName -U Administrator" I get > > "Unable to join domain DomainName". I have followed the config advise > > in the The Official Samba-3 HOWTO and Reference Guide and I can get > > the server to join using "net join -S PDCName -UAdministrator%Password". > > net rpc join -S PDCName -U Administrator > ^drop the space > > Best, > > PKrash > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
I am using the *.deb packages found on the samba website, in conjction with Debian woody and the krb5-user package availible from debian. Can any one tell me weather or not the *.deb packages on the samba site are compiled with ads support? -----Original Message----- From: spiv007 [mailto:spiv007@gmail.com] Sent: Monday, 25 April 2005 3:40 AM To: Brett Lindsay Cc: Paul_Krash; samba@lists.samba.org Subject: Re: [Samba] winbindd config I got mine to work, i had to install openldap, krb5 (Kerberos), and db4. then rebuild samba with ad. But the domain im trying to connect to is a ad domain and not nt4 On 4/24/05, Brett Lindsay <lindsaybit@dart.net.au> wrote:> Thanks Paul, > > But Unfortunatly this results in the same error!!! > > > -----Original Message----- > From: Paul_Krash [mailto:codesup@alonsystems.com] > Sent: Saturday, 23 April 2005 2:51 AM > To: Brett Lindsay > Cc: samba@lists.samba.org > Subject: Re: [Samba] winbindd config > > Brett Lindsay wrote: > > However when I run "net rpc join -S PDCName -U Administrator" I get > > "Unable to join domain DomainName". I have followed the config > > advise in the The Official Samba-3 HOWTO and Reference Guide and I > > can get the server to join using "net join -S PDCName-UAdministrator%Password".> > net rpc join -S PDCName -U Administrator > ^drop the space > > Best, > > PKrash > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >