Re: [Samba] openldap - samba

2008-04-26 Thread Adam Tauno Williams
> I am having a problem getting users that were added in smbldap-useradd to be > able to login. > After I add them they are visible, but you can see I get this error - > pdb_get_group_sid: > Failed to find Unix account for test10 > I believe that this has something to do with nss_ldap. because doin

Re: [Samba] openldap - samba

2008-04-25 Thread Adam Williams
paste the output of this command. ldapsearch -D 'cn=Manager,dc=yourdomain,dc=com' -b "uid=test10,ou=People,dc=yourdomain,dc=com" -w x -x can you su -l test10 ? i think you just don't have that user included in any groups. For example, here's me, and i'm in group 100. [EMAIL PROTEC

[Samba] openldap - samba

2008-04-25 Thread Kyle Corupe
I am having a problem getting users that were added in smbldap-useradd to be able to login. After I add them they are visible, but you can see I get this error - pdb_get_group_sid: Failed to find Unix account for test10 I believe that this has something to do with nss_ldap. because doing a getent

RE: [Samba] Openldap + Samba 3 PDC [SOLVED]

2004-12-30 Thread David Sonenberg
- From: Adam Tauno Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:17 AM To: David Sonenberg Cc: samba@lists.samba.org Subject: RE: [Samba] Openldap + Samba 3 PDC > I tried changing the DN to cn=admin but that didn't work either. > Could it have anything to do wi

RE: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread Adam Tauno Williams
> I'm new to ldap. What should I set my DC's DN to, admin? There is no answer to this question. You create an object in the Dit for the DC to bind to, and make sure it has sufficient privilages. You shouldn't use the OpenLDAP manager dn; that DN has the access to trash the entire Dit. We fo

RE: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread Adam Tauno Williams
> I tried changing the DN to cn=admin but that didn't work either. Could > it have anything to do with the fact that I used md5 for the password > hash? No, the application doesn't know or care what password hash you used. Authenticating against the password is processed internally by the DSA (O

RE: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread David Sonenberg
27 (o) | 917.495.4918 (c) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Sonenberg Sent: Thursday, December 30, 2004 9:59 AM To: [EMAIL PROTECTED] Cc: samba@lists.samba.org; [EMAIL PROTECTED] Subject: RE: [Samba] Openldap + Samba 3 PDC I'm new to ldap. Wha

RE: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread David Sonenberg
4918 (c) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 9:47 AM To: David Sonenberg Cc: [EMAIL PROTECTED]; samba@lists.samba.org Subject: Re: [Samba] Openldap + Samba 3 PDC > I'm trying to get Samba up but I can't seem to

Re: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread awilliam
> I'm trying to get Samba up but I can't seem to get the LDAP connection > working correctly. I can run a search from ldapsearch, but samba is > complaining that it can't connect. Can you actually do an ldapsearch? NOT ANONYMOUSLY but binding as the DN the DC will use? > Here's the error fro

RE: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread David Sonenberg
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 9:44 AM To: David Sonenberg Cc: [EMAIL PROTECTED]; samba@lists.samba.org Subject: Re: [Samba] Openldap + Samba 3 PDC Sorry if I'm stating the obvious, but you did run smbpasswd -w to set the password properl

Re: [Samba] Openldap + Samba 3 PDC

2004-12-30 Thread dbb
Sorry if I'm stating the obvious, but you did run smbpasswd -w to set the password properly? (Going by memory so double check the flag ) Duncan Quoting David Sonenberg <[EMAIL PROTECTED]>: > I'm trying to get Samba up but I can't seem to get the LDAP connection > working correctly. I can r

[Samba] Openldap + Samba 3 PDC

2004-12-30 Thread David Sonenberg
I'm trying to get Samba up but I can't seem to get the LDAP connection working correctly. I can run a search from ldapsearch, but samba is complaining that it can't connect. Here's the error from log.smbd [2004/12/29 16:04:04, 0] lib/smbldap.c:smbldap_connect_system(850) failed to bind to ser

Re: [Samba] Openldap samba 3.0.5 net group add does not work

2004-07-31 Thread Paul Gienger
n=525 op=40 SRCH attr=sambaSID uidNumber gidNumber objectClass Jul 31 12:21:39 backup slapd[13506]: conn=525 op=40 SEARCH RESULT tag=101 err=0 nentries=0 text= Jul 31 12:21:39 backup slapd[13483]: conn=525 fd=24 closed Matt Hoyt >From: Paul Gienger <[EMAIL PROTECTED]> >To: Matt Hoyt

Re: [Samba] Openldap samba 3.0.5 net group add does not work

2004-07-31 Thread Matt Hoyt
9 backup slapd[13506]: conn=525 op=40 SEARCH RESULT tag=101 err=0 nentries=0 text= Jul 31 12:21:39 backup slapd[13483]: conn=525 fd=24 closed Matt Hoyt >From: Paul Gienger <[EMAIL PROTECTED]> >To: Matt Hoyt <[EMAIL PROTECTED]>,MailingList_Samba <[EMAIL PROTECTED]> &g

Re: [Samba] Openldap samba 3.0.5 net group add does not work

2004-07-30 Thread Paul Gienger
I'm going to make an assumption here that you aren't using any Active Directory... Changes below (after correspoding lines): [global] workgroup = WORKGROUP netbios name = backup #username map = /etc/samba/smbusers add user script = /usr/sbin/useradd -m %u delete user script = /usr/sbin/useradd -

Re: [Samba] Openldap samba 3.0.5 net group add does not work

2004-07-30 Thread Craig White
On Fri, 2004-07-30 at 23:06, Matt Hoyt wrote: > When I run net add groupmap rid=512 ntgroup="Domain Admins" > UNIXgroup="ntadmins" i get this error: > adding entry for group Domain Admins failed! > > The error isn't very specific and the log doesn't show any error. I look in > the log (log leve

[Samba] Openldap samba 3.0.5 net group add does not work

2004-07-30 Thread Matt Hoyt
When I run net add groupmap rid=512 ntgroup="Domain Admins" UNIXgroup="ntadmins" i get this error: adding entry for group Domain Admins failed! The error isn't very specific and the log doesn't show any error. I look in the log (log level -1 in slapd.conf) and I can tell it is able to search.

[Samba] OpenLDAP + Samba on AIX

2003-03-05 Thread Thorsten Hock
Hi, is there anybody out ther who has experience with the above mentioned components on AIX? I want to do directory- and file-services for 350 Win-clients. I thought about doing this with Linux or Linux on pSeries, but at the moment i wonder why I should introduce a new plattform just for the a