Skip to content
Snippets Groups Projects
Commit b9fb4c44 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

Useronly logic was inverted, we were ignoring the whole ldap.conf,

except where we should.
parent 02d832ed
Branches
Tags
No related merge requests found
......@@ -140,7 +140,7 @@ static void openldap_ldap_init_w_conf(
for(i=0; attrs[i].type != ATTR_NONE; i++) {
void *p;
if( !userconf && !attrs[i].useronly ) {
if( !userconf && attrs[i].useronly ) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment