search for: xdavid

Displaying 4 results from an estimated 4 matches for "xdavid".

Did you mean: david
2006 Aug 28
2
upgrading from 3.0.13 to 3.0.23
Hi all I just downloaded the latest sable rlease (3.0.23b). I compiled it and installed it without any problems. When I restart servers, shares configured like this : [xdavid] read list = user browseable = no path = /home/users/xdavid write list = xdavid only user = yes user = xdavid works fine, but these shares (using goups names) doesn't work: [utilisateurs] write list = @root writeable = yes...
2005 May 26
5
samba3 and kerberos authentication of users
Hi all, this is probably VFAQ, but I never found a working solution. I have a standalone samba server running samba ver. 3. In the network, we have heimdal kerberos used to authenticate users for pop3,imap,web-based applications etc. Now I would like to make the samba communicating with kerberos kdc so there will no longer be users in smbpasswd with separate passwords outside of kerberos. I
2004 Jan 26
0
Portable OpenSSH and GSSAPI
Dear developers, I am already playing with openssh + heimdal krb5 + gssapi on Tru64Unix 5.1a and Irix 6.5.20, but with no much success. The worst problem I experience is following: - gethostbyname on tru64unix returns short host name instead of fqdn. But even if I overcome this problem by appending the domain name to the lname variable in gss-genr.c file and get over this problem, gss-api does
2004 Jan 26
4
ADDENDUM: Portable OpenSSH and GSSAPI
Dear developers, to my previous post I have some additional info. I just erased all the krb5 data and set it up from scratch. Now the message in sshd debug changed to: debug1: Miscellaneous failure (see text) Decrypt integrity check failed debug1: Got no client credentials Failed gssapi-with-mic for komanek .... So it seems the problem is somewhere in the kerberos, not in openssh. Is here