[K12OSN] wbinfo vs. getent

Mel Wade mel at melwade.com
Thu Dec 7 03:17:58 UTC 2006


I'm still working on my AD integration.

When I do:

wbinfo -u

I get all the users on the domain, but when I do:

getent passwd

I only get local users.  I can't login using the domain accounts.

Any help would be appreciated.  I've double check the instructions.

I can get a ticket with kinit.  Below are config files:

-- 
Mel Wade
"The real problem is not whether machines think but whether men do." -
BF Skinner
http://www.melwade.com

smb.conf
   workgroup = UCA1
   server string = Library LTSP
   security = ads
   load printers = yes
   cups options = raw
   log file = /var/log/samba/%m.log
   max log size = 50
   password server = student1.UCA1.LOCAL
   realm = UCA1.LOCAL
   template homedir = /home/%D/%U
   idmap uid = 10000-20000
   idmap gid = 10000-20000
   template shell = /bin/bash
   winbind use default domain = yes
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

* * * * *
krb5.conf
[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 default_realm = UCA1.LOCAL
# dns_lookup_realm = false
# dns_lookup_kdc = false
 ticket_lifetime = 24h
 clock_skew=300
 forwardable = yes

[realms]
 UCA1.LCOAL = {
  kdc = student1.UCA1.LOCAL:88
  admin_server = student1.UCA1.LOCAL:464
  default_domain = UCA1.LOCAL
 }
[domain_realm]
 uca1.local = UCA1.LOCAL
 .uca1.local = UCA1.LOCAL

[appdefaults]
 pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
 }




More information about the K12OSN mailing list