Skip to content

Commit

Permalink
ldap: fix filter property
Browse files Browse the repository at this point in the history
Acked-by: Karsten Schwank
Target: master, 2.6, 2,7
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Nov 19, 2013
1 parent 752e058 commit 6350056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/defaults/gplazma.properties
Expand Up @@ -216,7 +216,7 @@ gplazma.ldap.tree.groups = Groups
# "(uid=%s)"
# "(&(uid=%s)(objectClass=inetOrgPerson))"
#
gplazma.ldap.userfilter = (uid = %s)
gplazma.ldap.userfilter = (uid=%s)

# ---- BanFile plugin
#
Expand Down

0 comments on commit 6350056

Please sign in to comment.