Skip to content
Snippets Groups Projects
Commit 3f016d0e authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #3 from misilot/fixdefault-config-ldap

Comment out LDAP settings by Default
parents ef1a9f21 9ddd7d7f
Branches
Tags
No related merge requests found
......@@ -278,20 +278,20 @@ database = mysql://root@localhost/vufind
; settings are optional, mapping fields in your LDAP schema
; to fields in VuFind's database -- the more you fill in, the more
; data will be imported from LDAP into VuFind.
[LDAP]
;[LDAP]
; Prefix the host with ldaps:// to use LDAPS; omit the prefix for standard
; LDAP with TLS.
host = ldap.myuniversity.edu
port = 389 ; LDAPS usually uses port 636 instead
basedn = "o=myuniversity.edu"
username = uid
firstname = givenname
lastname = sn
email = mail
cat_username =
cat_password =
college = studentcollege
major = studentmajor
;host = ldap.myuniversity.edu
;port = 389 ; LDAPS usually uses port 636 instead
;basedn = "o=myuniversity.edu"
;username = uid
;firstname = givenname
;lastname = sn
;email = mail
;cat_username =
;cat_password =
;college = studentcollege
;major = studentmajor
; If you need to bind to LDAP with a particular account before
; it can be searched, you can enter the necessary credentials
; here. If this extra security measure is not needed, leave
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment