Corral, Randy
2004-Oct-21 20:05 UTC
[Samba] Ads_connect: Server not found in Kerberos database
I am trying to configure Samba 3.0.6 on Solaris 8 and I am receiving this errror: Utils/net_ads.c:ads_startup(183) Ads_connect: Server not found in Kerberos database Here is a copy of the krb5.conf file: [libdefaults] ticket_lifetime = 600 default_realm = BROOKS.COM kdc_req_checksum_type = 2 checksum_type = 2 ccache_type = 1 default_tkt_enctypes = des-cbc-crc default_tgs_enctypes = des-cbc-crc [kdc] profile = /usr/local/var/krb5kdc/kdc.conf [logging] kdc = FILE:/usr/local/var/krb5kdc/kdc.log <FILE:/usr/local/var/krb5kdc/kdc.log> admin_server = FILE:/usr/local/var/krb5kdc/adm.log <FILE:/usr/local/var/krb5kdc/adm.log> default = FILE:/usr/local/var/krb5kdc/log.log <FILE:/usr/local/var/krb5kdc/log.log> [realms] BROOKS.COM = { kdc = qmserver.brooks.com:88 admin_server = qmserver.brooks.com:749 default_domain = brooks.com } [domain_realm] [capaths] [login] krb4_convert = 0 Any suggestions? Thanks, Randy
Doug VanLeuven
2004-Oct-21 22:48 UTC
[Samba] Ads_connect: Server not found in Kerberos database
Corral, Randy wrote:>I am trying to configure Samba 3.0.6 on Solaris 8 and I am receiving this >errror: > >Utils/net_ads.c:ads_startup(183) >Ads_connect: Server not found in Kerberos database > > >Here is a copy of the krb5.conf file: > >[libdefaults] > ticket_lifetime = 600 > default_realm = BROOKS.COM > kdc_req_checksum_type = 2 > checksum_type = 2 > ccache_type = 1 > default_tkt_enctypes = des-cbc-crc > default_tgs_enctypes = des-cbc-crc >Can you possibly use des-cbc-md5 ? Or better yet, rc4-hmac? rc4-hmac is the default etype in MS server. There is a settable flag in the computer object userAccountControl for UF_USE_DES_KEY_ONLY (0x200000) , but nothing comparable for des-cbc-crc. It would be difficult if not impossible to do with des-cbc-crc. Regards, Doug