Re: [Samba] smblib/auth

2003-03-18 Thread Paul Reilly
Do not use smblib. If you want to verify a password against Windows, use winbindd and pam_winbind or ntlm_auth (new in 3.0 alpha). does ntlm_auth require a winbind daemon running? I was trying to avoid that! Thanks Paul -- To unsubscribe from this list go to the following URL and read the

[Samba] smblib/auth

2003-03-15 Thread Paul Reilly
I need to do an smb auth in an application I'm writing. I've looked at the source in smblib/*.c but I'm unsure which library and which function call I should link against. I'm looking for something like this $result = smb_auth($user,$pass,$pdc); so that I can check if a user/pass combination

[Samba] shares per valid user?

2003-02-21 Thread Paul Reilly
I know I can restrict access to shares by using valid users but the share is still seen. Is there a way to only list the shares to which the user has access? ie - connect from windows to samba server = authenticate with unix password = list of shares displayed. I only wnat the user to see his

winbind auth lib?

2002-11-12 Thread Paul Reilly
I'd like to link a program against the winbind libraries, so that it can call a winbind function to do a NT authentication. Is the winbind API described anywhere, or can anyone point me to the function call to use? Thanks Paul

[Samba] Samba as BDC in windows domain?

2002-06-11 Thread Paul Reilly
I've been reading about setting up Samba as a PDC with LDAP storage. However if I am to do this it needs to co-exist with the exisitng windows NT domain using windows NT PDC's. Everything I've read so far says you can't have a Samba BDC unless it's in a Samba PDC controlled domain. Is this

Samba as BDC in windows domain?

2002-06-11 Thread Paul Reilly
I've been reading about setting up Samba as a PDC with LDAP storage. However if I am to do this it needs to co-exist with the exisitng windows NT domain using windows NT PDC's. Everything I've read so far says you can't have a Samba BDC unless it's in a Samba PDC controlled domain. Is this