nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Configure kerberos for Active Directory integration on Linux

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 ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 12-19-2006, 07:17 AM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power: 4
raj is on a distinguished road
Default Configure kerberos for Active Directory integration on Linux

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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-20-2006, 03:47 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

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
}
Replace test.text with actual values look at offical samba help file and you should get the help Please visit http://wiki.samba.org/index.php/Samb...tive_Directory
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +5.5. The time now is 08:54 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36