LDAP custom attribute cannot be searched? -


i have special custom attributes ldap setup. have custom attribute called "groupcode". have bunch of entries special attribute able write ldap database. lets have entry attribute "xyz" , attribute "wasd". search filter "(groupcode=xyz)" , "(groupcode=wasd)" neither 1 of these search return anything. however, if change filter "(groupcode=*)", return entries have groupcode attribute. have examined attribute properties, , looks normal, apache directory studio shows of "string" value, don't know why isn't searching filter provided. knowledge ldap structure limited complexed. have idea, please let me know. appreciated. thanks.

can see if can formulate same search criteria ldapsearch command in command line?

ldapsearch -h ldap://ldap_server -d ldap_auth_login -b ldap_base -w pw -x "criteria"

if so, can experiment criteria.

ldapsearch -h ldap://ldap_server -d ldap_auth_login -b ldap_base -w pw -x "(groupcode=xyz)"


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -