Enhancement to allow winbindd to parse fully qualified kerberos names???
McCall, Don (GSE-WTEC-Alpharetta <don.mccall <at> hp.com>
2007-02-01 16:51:06 GMT
Hi Jerry, Jeremy and Guenther,
Volker pointed me towards you guys to consider this:
I have a need for winbindd to be able to parse fully qualified kerberos
names, eg:
ddmc <at> WTEC.ADAPPS.HP.COM, etc.
I use a simple pam_kerberos authentication to an Active Directory
domain, with winbind providing the sid <-> uid map resolution. (I've
submitted a paper proposal to SambaXP about this, so perhaps I'll get to
talk about it there
) So IF I set up my HP-UX box such:
password server = wtec-dc1.wtec.adapps.hp.com, *
realm = WTEC.ADAPPS.HP.COM netbios name = gwen workgroup = WTEC security
= ADS
# Winbindd section:
idmap uid = 10000-20000
idmap gid = 20000-30000
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
template shell = /bin/sh
Template home directory = /home/%D/%U
Then I can login to my HP-UX system by just providing a ms windows user
name from the WTEC.ADAPPS.HP.COM AD domain - since 'winbind use default
domain = yes', when nsswitch pushes the request to winbindd, it prepends
the domain name to my username, and WTEC\ddmc is found. (We do this
(Continue reading)