Ubuntu 9.04 Samba Server Integrated With Active Directory

Discussion in 'HOWTO-Related Questions' started by brandonedmunds, Sep 8, 2009.

  1. brandonedmunds

    brandonedmunds New Member

    Hello All,

    When following the Ubuntu 9.04 Samba Server Integrated With Active Directory tutorial, I've seemed to have gotten hung up on the KERBEROS configuration piece.

    Using the domain CORP.PSI; I get the following output when testing the Kerberos setup.

    Code:
    root@beubuntu:/home/myname# kinit [email protected]
    kinit(v5): Improper format of Kerberos configuration file while initializing Kerberos 5 library
    
    krb5.conf
    Code:
    [logging]
    default = FILE:/var/log/krb5.log
    kdc = FILE:/var/log/krb5kdc.log
    admin_server = FILE:/var/log/kadmin.log
    
    [libdefaults]
    default_realm = CORP.PSI
    dns_lookup_realm = false
    dns_lookup_kdc = true
    ticket_lifetime = 24000
    
    [realms]
    CORP.PSI = {
    kdc = dc1test.Corp.psi	
    admin_server = dc1test.Corp.psi
    default_domain = CORP.PSI }
    
    [domain_realm]
    .CORP.PSI = CORP.PSI
    CORP.PSI = CORP.PSI
    
    The DC is using windows 2000. Any thoughts on possibly what's wrong with this configuration?

    Thank you for your time.
     

Share This Page