openldap memberOf not showing user in groupOpenLDAP memberOf overlay - changing memberOf attribute nameOpenLDAP memberOf attribute is not updated after group updateOpenLDAP tree with groups?OpenLDAP user group membership integrityNot able to add memberOf overlay openldap 2.3.9OpenLDAP Filtering Users that are part of Groups of GroupsHow to return the user DN where it's UID is in a specific groupOpenLdap Configuration IssueOpenLDAP with two distinct ActiveDirectory “backends”OpenLDAP 2.4.44 Authentication on CentOS/RHEL 7

Accidentals and ties

If you snatch, I trade

Should my manager be aware of the proposals I receive? How to politely have this happen?

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

Trainee keeps missing deadlines for independent learning

How does metta sutra develop loving kindness

Can White Castle?

Can we get mode of lightning component if its open in App Builder?

Can Ogre clerics use Purify Food and Drink on humanoid characters?

Why do some professors with PhDs leave their professorships to teach high school?

Swapping rooks in a 4x4 board

How does a blind passenger not die, if driver becomes unconscious

Why the feminine "la" in "à la Leonardo DiCaprio", though he is a man?

How does a monk's Martial Arts feature modify damage done by magical monk weapons?

Java TreeMap.floorKey() equivalent for std::map

How long would it take to cross the Channel in 1890's?

Is it illegal to withhold someone's passport and green card in California?

Does this Wild Magic result affect the sorcerer or just other creatures?

Why do all the teams that I have worked with always finish a sprint without completion of all the stories?

expiry or manufactured date?

How dangerous are set-size assumptions?

How to create a Tetrix/Sierpinski Tetrahedron fractal radiating from 0,0,0 ? Python or nodes

3D Crossword, Cryptic, Statue View & Maze

How to make clear to people I don't want to answer their "Where are you from?" question?



openldap memberOf not showing user in group


OpenLDAP memberOf overlay - changing memberOf attribute nameOpenLDAP memberOf attribute is not updated after group updateOpenLDAP tree with groups?OpenLDAP user group membership integrityNot able to add memberOf overlay openldap 2.3.9OpenLDAP Filtering Users that are part of Groups of GroupsHow to return the user DN where it's UID is in a specific groupOpenLdap Configuration IssueOpenLDAP with two distinct ActiveDirectory “backends”OpenLDAP 2.4.44 Authentication on CentOS/RHEL 7






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















When I do an ldapsearch for a newly created user and ask for its goup membership the query does not return the expected answer even though this user exists in a group.



For example :



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXX' -b 'uid=cberch,ou=people,dc=xxx,dc='yyy' memberOf


I get:



# cberch, people, xxx.yyy
dn: uid=cberch,ou=people,dc=xxx,dc=yyy


And that's it, then I try:



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXXX'-b 'cn=members_staff,ou=group,dc=xxx,dc=yyy' |grep cberch


I can find my user:



member: uid=cberchiche,ou=people,dc=xxx,dc=yyy


I noticed that hours later the "memberOf" query returns the user and its group.



Is there some caching mechanism in openldap ? Is it possible to force the reload manually ?



Thanks in advance for your help.
Vince










share|improve this question






















  • How is your memberof overlay configured?

    – 84104
    Jun 6 at 18:35











  • Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

    – vincentr
    Jun 7 at 6:48












  • Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

    – 84104
    Jun 7 at 18:46


















0















When I do an ldapsearch for a newly created user and ask for its goup membership the query does not return the expected answer even though this user exists in a group.



For example :



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXX' -b 'uid=cberch,ou=people,dc=xxx,dc='yyy' memberOf


I get:



# cberch, people, xxx.yyy
dn: uid=cberch,ou=people,dc=xxx,dc=yyy


And that's it, then I try:



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXXX'-b 'cn=members_staff,ou=group,dc=xxx,dc=yyy' |grep cberch


I can find my user:



member: uid=cberchiche,ou=people,dc=xxx,dc=yyy


I noticed that hours later the "memberOf" query returns the user and its group.



Is there some caching mechanism in openldap ? Is it possible to force the reload manually ?



Thanks in advance for your help.
Vince










share|improve this question






















  • How is your memberof overlay configured?

    – 84104
    Jun 6 at 18:35











  • Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

    – vincentr
    Jun 7 at 6:48












  • Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

    – 84104
    Jun 7 at 18:46














0












0








0








When I do an ldapsearch for a newly created user and ask for its goup membership the query does not return the expected answer even though this user exists in a group.



For example :



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXX' -b 'uid=cberch,ou=people,dc=xxx,dc='yyy' memberOf


I get:



# cberch, people, xxx.yyy
dn: uid=cberch,ou=people,dc=xxx,dc=yyy


And that's it, then I try:



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXXX'-b 'cn=members_staff,ou=group,dc=xxx,dc=yyy' |grep cberch


I can find my user:



member: uid=cberchiche,ou=people,dc=xxx,dc=yyy


I noticed that hours later the "memberOf" query returns the user and its group.



Is there some caching mechanism in openldap ? Is it possible to force the reload manually ?



Thanks in advance for your help.
Vince










share|improve this question














When I do an ldapsearch for a newly created user and ask for its goup membership the query does not return the expected answer even though this user exists in a group.



For example :



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXX' -b 'uid=cberch,ou=people,dc=xxx,dc='yyy' memberOf


I get:



# cberch, people, xxx.yyy
dn: uid=cberch,ou=people,dc=xxx,dc=yyy


And that's it, then I try:



# ldapsearch -x -D "cn=Admin,dc=xxx,dc=yyy" -w'XXXXXXX'-b 'cn=members_staff,ou=group,dc=xxx,dc=yyy' |grep cberch


I can find my user:



member: uid=cberchiche,ou=people,dc=xxx,dc=yyy


I noticed that hours later the "memberOf" query returns the user and its group.



Is there some caching mechanism in openldap ? Is it possible to force the reload manually ?



Thanks in advance for your help.
Vince







cache openldap






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 6 at 15:22









vincentrvincentr

1




1












  • How is your memberof overlay configured?

    – 84104
    Jun 6 at 18:35











  • Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

    – vincentr
    Jun 7 at 6:48












  • Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

    – 84104
    Jun 7 at 18:46


















  • How is your memberof overlay configured?

    – 84104
    Jun 6 at 18:35











  • Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

    – vincentr
    Jun 7 at 6:48












  • Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

    – 84104
    Jun 7 at 18:46

















How is your memberof overlay configured?

– 84104
Jun 6 at 18:35





How is your memberof overlay configured?

– 84104
Jun 6 at 18:35













Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

– vincentr
Jun 7 at 6:48






Hi !# slapcat -n 0 | grep olcModuleLoad olcModuleLoad: 0memberof.la olcModuleLoad: 0refint.la olcModuleLoad: 0ppolicy.la

– vincentr
Jun 7 at 6:48














Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

– 84104
Jun 7 at 18:46






Better to edit information into your question than to have it be a comment. Also, this only seems to show that you've loaded the module, not that you've configured it.

– 84104
Jun 7 at 18:46











0






active

oldest

votes














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f970397%2fopenldap-memberof-not-showing-user-in-group%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f970397%2fopenldap-memberof-not-showing-user-in-group%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos