Displaying 5 results from an estimated 5 matches for "ponnusamy".
2005 Jan 13
2
samba3+ADS
Hi ,
 
I'm using RH9, and I have compiled samba 3.0.1 compiled from sources,
with the following options:
 
./configure --with-winbind --with-winbind-auth-challenge --with-pam \
--with-acl-support --with-ldapsam --with-pam_smbpass \
--with-ads --with-ldap --with-dce-dfs --with-smbwrapper --enable-pam
 net ads join -S server.domain.com -U support
 worked fine.
 
 
I started winbindd.
2004 Jan 23
1
getent passwd problem (please it's quite URGENT)
Hi,
My ultimate goal is to use this samba installation as a member server without having to maintain NT user accounts on the samba box.
I have installed samba-3.0.1 in three Red Hat 9.0 machines installation went through fine. 
My configuration options for Samba were the following: 
./configure --with-winbind --with-winbind-auth-challenge --with-pam --with-acl-support --with-ldapsam
2005 Jan 20
0
SASL build error on solaris 8
Hi,
 
My ultimate goal is to deploy a source-built Samba 3.0.1 on Solaris 8 that can join an Active Directory.  According to the docs, Samba requires Kerberos and OpenLDAP and OpenLDAP requires SASL.  Hence my problem.
 
 
when i try to build cyrus-sasl-2.1.15 i have got the following configure warnings
 
configure: warning: No DES support for DIGEST-MD5
configure: warning: OpenSSL not found --
2005 Jan 31
0
Domain users are not able to login through ftp.
Hi,
 
I have successfully setup a Solaris 8 server that allows Windows AD Users to login to it (through winbind).  The problem is
that ALL such users can now do so.  Is there a way to control which users are allowed to login while others are denied access?
I have tried adding 
 
valid users = user
 
and  deny to specific users via
invalid users = user
 
It's not working.  
 
 
One more
2005 Jan 13
0
getent passwd problem
I'm using RH9, and I have compiled samba 3.0.1 compiled from sources, 
> with the following options:
 
> ./configure --with-winbind --with-winbind-auth-challenge --with-pam \
 
> --with-acl-support --with-ldapsam --with-pam_smbpass \ --with-ads 
> --with-ldap --with-dce-dfs --with-smbwrapper --enable-pam
 
 
>  net ads join -S server.domain.com -U support  worked fine.