[Samba] strange authentication issue

2007-05-05 Thread jawed abbasi

hi
I just joined this list, as I am having really strange issue and so far been
unable to find the root cause.I will give you scenario to see if anyone
knows what could be the cause:

1: 2 windows 64bit enterprise server  serverA and Server B
2: both on same physical network no firwalls not routers
3: both on same domain controller ( windows NT4)

I can connect to serverA as under from a linux host

smbclient  //serverA/d$  -U administrator
password:**
smb:

but I can't connect to serverB from the same linux host with following
smbclient  //serverA/d$  -U administrator

I get access denied (noAccess) error message.

I can only connect to serverB when I also give workgroup option

smbclient  //serverB/d$  -U administrator -W test

both serverA and serverB are configured identical, infact they were restored
from the same image.
So far I have not been able to find the root cause of this to see why?

serverA  can only authenticate with user and password while
serverB  authentication fails, untill I give it workgroup option also.

any help  or pointers will be much appreciated.

thanks
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: strange authentication issue

2007-05-05 Thread jawed abbasi

test

On 5/5/07, jawed abbasi [EMAIL PROTECTED] wrote:


hi
I just joined this list, as I am having really strange issue and so far
been unable to find the root cause.I will give you scenario to see if
anyone knows what could be the cause:

1: 2 windows 64bit enterprise server  serverA and Server B
2: both on same physical network no firwalls not routers
3: both on same domain controller ( windows NT4)

I can connect to serverA as under from a linux host

smbclient  //serverA/d$  -U administrator
password:**
smb:

but I can't connect to serverB from the same linux host with following
smbclient  //serverA/d$  -U administrator

I get access denied (noAccess) error message.

I can only connect to serverB when I also give workgroup option

smbclient  //serverB/d$  -U administrator -W test

both serverA and serverB are configured identical, infact they were
restored from the same image.
So far I have not been able to find the root cause of this to see why?

serverA  can only authenticate with user and password while
serverB  authentication fails, untill I give it workgroup option also.

any help  or pointers will be much appreciated.

thanks

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba-3.0 and ldap support

2003-10-14 Thread jawed abbasi
Hello
 
 I am trying to upgrade samba to samba-3.0, 
I have source rpm from samba site and I have been trying to recompile rpm 
 
with spec as following 
--with-mmap \
--with-pam \
--with-pam_smbpass \
--with-piddir=/var/run \
--with-privatedir=%{_sysconfdir}/samba \
--with-quotas \
--with-smbmount \
--with-swatdir=%{_datadir}/swat \
--with-syslog \
--with-utmp \
--with-vfs \
--without-smbwrapper \
--with-ldap \
--with-ldapsam\
--with-ssl \
   --with-acl-support

But compile is throwing error that unknow option --with-ldap and --with-ldapsam and 
--with-ssl 
 
does anyone know what options I  need to compile LDAP support , and how I can find out 
that what options are available, I also looked at .configure , it has all these 
options, then why compile is failling
 I am using redhat 8.0
 
rpmbuild -bb samba.spec
 
 
Thanks 


-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] replication fails from while using smbpasswd

2003-08-21 Thread jawed abbasi

Hello 

I have Master and Slave setup. 

if I use passwd to change user unix password on my Slave, replication works. 

My slave server is also Samba server. 

when I use smbpasswd to change samba password change only goes to Master but 
replication to slave fails. *.rej file is created on master in replica dir, 

which says my replication dn has insufficient access.here is *.rej file 

ERROR: Insufficient access
replica: pcNavYkfSupp1.ykf.navtechinc.com:389
time: 1061512050.0
dn: uid=jabbasi,ou=Ykfpeople,dc=navtechinc,dc=com
changetype: modify
replace: uid
uid: jabbasi 

following is my ACL on Slave 

access to dn=.*,dc=navtechinc,dc=com attr=userPassword,ntPassword,lmPassword,gecos
by dn=cn=Manager,dc=navtechinc,dc=com write
by dn=uid=replica,ou=ykfPeople,dc=navtechinc,dc=com write
by self write
by * auth 


access to dn=.*,dc=navtechinc,dc=com attr=mail
by dn=cn=Manager,dc=navtechinc,dc=com write
by self write
by * read 


access to dn=.*,ou=ykf,dc=navtechinc,dc=com
by * read 

access to dn=.*,dc=navtechinc,dc=com
by self write
by * read 

This is my replicatio setup on Slave 

updatedn uid=replica,ou=ykfPeople,dc=navtechinc,dc=com
updateref ldap://pcNavYkfSupp2.ykf.navtechinc.com/ 

Does anyone know why? 

while my ldap.conf uses this dn to bind cn=Manager,dc=navtechinc,dc=com , and smb.conf 
also binds same dn



-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba