Displaying 2 results from an estimated 2 matches for "mykdc".
Did you mean:
mydc
2006 Jan 18
1
MIT KDC for Samba authentication?
...these instructions from the mail archives.
http://lists.samba.org/archive/samba-technical/2005-March/040065.html
I have placed the following into the global section of smb.conf
security = ads
realm = MYDOMAIN.COM.AU
encrypt passwords = yes
use kerberos keytab = yes
password server = mykdc.mydomain.com.au
I have also created a principal
cifs/smbserver.mydomain.com.au@MYDOMAIN.COM.AU and placed that into
/etc/krb5/krb5.keytab on smbserver. That is the location used by the MIT
libraries; I have Apache keys in there that are used by mod_auth_kerb.
When I try to connect using smbclient...
2003 Mar 05
1
Samba 3 and non-AD KDC
...set up and it is working (I can authenticate linux users
with it). I compiled Samba 3 using --with-pam_krb5 and --with-krb5
It compiles and installs correctly, no problem.
My problem now is: what options can I use in smb.conf to enable this? I've
used realm = MYREALM.COM, password server = mykdc.myrealm.com, I even
played around with the security = ADS, which of course is not of much use
if you don't have AD.
And nothing I do seems to kick off "kerberization" of samba, it will never
try to get a ticket for any user. I've tested with both XP and 2K clients.
Any clues,...