From: William L. <le...@k2...> - 2006-06-28 18:04:53
|
the version is 1.3.12p2. I have tried changing USER_AUTH_POLICY= first-only as you suggested but it doesn't seem to help. I have noticed that the constructor for GroupLDAP only runs when the session is first established. As far as I can tell this is the only place where new _LDAPPassUser gets called. But this is before I enter a user name and password. When I do enter a username and password. GroupLDAP's constructor never runs, and new _LDAPPassUser is therefore not called.... basically the only time I have observed _LDAPPassUser be created is before I have the opportunity to supply a username and password. It frustrates me because I have seen posts by other users saying they have active directory working on their wiki( I think it might have been you Manuel), so I know it is supposed to be possible, and I find it hard to believe that something here got broken in a recent release. Would it be too much to ask if anyone could provide a working example of a complete config.ini that connects to active directory? -Will Manuel Vacelet wrote: > Which version of phpwiki are you running ? > > Does it change sth if you put > USER_AUTH_POLICY= first-only > > -- Manuel > |