This is a discussion on Configure kerberos for Active Directory integration on Linux within the Linux software forums, part of the Linux Getting Started category; I am looking for a guide that will teach me to how to configure kerberos for Active Directory (AD) integration ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
I am looking for a guide that will teach me to how to configure kerberos for Active Directory (AD) integration on Linux
__________________
Raj Linux rulz. I have never turned back in my life ; I shall not do so today.. haha |
| Sponsored Links | ||
|
|
|
||||
|
According to help files - your /etc/krb5.conf should be look like as follows
Code:
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
ticket_lifetime = 24000
default_realm = TEST.TEST
dns_lookup_realm = false
dns_lookup_kdc = false
[realms]
EXAMPLE.DIRECTORY = {
kdc = 10.0.0.1
default_domain = test.test
}
[domain_realm]
.example.directory = EXAMPLE.DIRECTORY
example.directory = EXAMPLE.DIRECTORY
[kdc]
profile = /var/kerberos/krb5kdc/kdc.conf
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open Source Trouble Ticket Application w/ Active Directory Integration | Johnny Utah | Linux software | 3 | 03-05-2008 01:30 PM |
| Howto setup OpenLDAP Kerberos on Linux with Windows | ssent12 | Networking, Firewalls and Security | 2 | 03-16-2007 10:51 AM |
| delete directory linux | chiku | Linux software | 4 | 07-22-2006 07:56 PM |
| Linux how do I configure my modem? | goku | Linux software | 1 | 07-18-2006 12:18 AM |
| using active directory user database from Solaris | ganesh | Solaris/OpenSolaris | 3 | 11-17-2005 01:04 AM |