Re: [Samba] Samba ADS problem

2006-05-18 Thread jasmine mary
What u said is correct. chown 10022 /home/jselvaraj is working. But when i tried with the short name,it is giving the same issue of longer names (more than 8). chown SE\\jas /home/jselvaraj is not working.but works with UID # ./wbinfo -n SE\\jas Could not lookup name SE\jas It is not returni

RE: [Samba] Samba ADS problem

2006-05-18 Thread Fabio Bucciarelli
> > # id SE\\selvara > id: invalid user name: "SE\selvara" > > Please help me out. > > Jasmine > > -Original Message- > From: Fabio Bucciarelli [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 18, 2006 11:22 AM > To: Selvaraj, Jasmine

Re: [Samba] Samba ADS problem

2006-05-18 Thread jasmine mary
Fabio, Thanks for ur imm response. #getent passwd | grep selvara SE\selvara:x:10022:10001:selvara:/home/SE/selvara:/bin/false # id SE\\selvara id: invalid user name: "SE\selvara" Please help me out. Jasmine -- View this message in context: http://www.nabble.com/Samba-ADS-problem-t1610406.ht

Re: [Samba] Samba ADS problem

2006-05-18 Thread Fabio Bucciarelli
But what happens if you try: #id SE\\selvara? Can you see a uid for the user? And if you try: #getent passwd | grep selvara ? Fabio On Thu, 2006-05-18 at 07:48 -0700, jasmine mary wrote: > Hi Fabio, > > Thanks for ur response. I tried with out adding the "winbind use default > domain

Re: [Samba] Samba ADS problem

2006-05-18 Thread jasmine mary
Hi Fabio, Thanks for ur response. I tried with out adding the "winbind use default domain = Yes" in smb.conf file using chown SE\\selvara /home/jselvaraj. I am getting the same eror. I added this value in the file and tried chown selvara /home/jselvaraj.The problem exists for this case too. FYI.

Re: [Samba] Samba ADS problem

2006-05-16 Thread Fabio Bucciarelli
Hi Jasmine. For chown, if you don't use the winbind use default domain = Yes in smb.conf file, you must specify the name of windows domain: chown SE\\username /home/jselvaraj I can't help you about the "account locked out" error. Fabio On Fri, 2006-05-12 at 14:30 -0700, jasmine mary wrote:

RE: [Samba] samba & ads problem

2005-04-01 Thread Guillaume C.
OK... :) I compile all of the progs & module that i need... open ldap, kerberos, and samba 1) kerberos was just build like that: ./configure, make, make install 2)I compile & configure OpenLdap like that: ./configure --enable-syslog --disable-slapd 3) and finally, samba was configured with this op

RE: [Samba] samba & ads problem

2005-04-01 Thread William Enestvedt
Guillaume; Nice name! We need a little more informaiton to help. :7) Did you compile support for Active Directory use into Samba? What platform, what version of Samba, and what version of supporting software (like Kerberos and OpenLDAP) are you using? Are you using RPMs? -wde -- Will Ene