summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-01 15:23:15 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-01 15:23:15 -0400
commit2e0c028db2cb84722169524718cd75a80a3132bb (patch)
tree79055e4fdc1be377a4b6674569f761ed6f64cf67 /config
parent952cdfbd85671c2ed6dfa55fa34b33739815e288 (diff)
downloadthird_party-cobbler-2e0c028db2cb84722169524718cd75a80a3132bb.tar.gz
third_party-cobbler-2e0c028db2cb84722169524718cd75a80a3132bb.tar.xz
third_party-cobbler-2e0c028db2cb84722169524718cd75a80a3132bb.zip
Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic neccessary in some
configurations. Wiki has/will be updated to explain usage for those who need it. For those that don't the defaults should be sufficient for the new parameters.
Diffstat (limited to 'config')
-rw-r--r--config/settings4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/settings b/config/settings
index 11c21f2..2fd2736 100644
--- a/config/settings
+++ b/config/settings
@@ -24,6 +24,10 @@ ldap_server: "ldap.example.com"
ldap_base_dn: "DC=example,DC=com"
ldap_port: 389
ldap_tls: 1
+ldap_anonymous_bind: 1
+ldap_search_bind_dn: ''
+ldap_search_passwd: ''
+ldap_search_prefix: 'uid='
manage_dhcp: 0
manage_dhcp_mode: isc
next_server: '127.0.0.1'