Manuel Freiholz

Results 78 comments of Manuel Freiholz

Hi makeluv, which PHP Version do you run on? Usually the "Sizelimit exceeded" error only occurs, if you run and older PHP version than 5.4. See docs: http://svnadmin.insanefactory.com/documentation/#ldap-more-than-1000-users-and-groups But of...

Hi Did you hit the synchronize button? It will synchronize the user with its groups. There is also a script which can ne used with cron or scheduled task. -----...

If those settings are right, you might try to append `dn` to _[Users:ldap]/Attributes_ and _[Groups:ldap]/Attributes_. In some cases its required to fetch those attributes separately in search result, if they...

Already had this problem in another issue. It was due to a wrong configuration. Can you post a screenshot of the available LDAP attribute structure for a user and group,...

It does look correct. Maybe you can post your complete `config.ini` with removed passwords? :-) Otherwise i'm running out of ideas. Especially due to the fact that you can see...

Hm.. i had one rare case with OpenLDAP, where the `dn` wasn't fetched. Instead it was called `distinguishedName`. You could try that instead of `dn`. Beside that everything looks good...

Sorry, was kinda busy. :-) The log tells you about an error 4, which means "size limit exceeded", based on OpenLDAP documentation. The "Synchronize" does following actions in that order:...

The thing is... the synchronize-function doesn't do any searches for members in groups. It retrieves all users and groups (+ their mapping attributes) and maps them manually by comparing those...

The problem could also be related to the \* user. Do you have at any repository an assignment to the ALL (*) user? ``` ini [myrepo:/blah/blubb] *=r ``` Can you...

I will also try it myself and fix it ASAP - tomorrow ;) Sent from mobile. Am 10.03.2015 22:47 schrieb "tzieleniewski" [email protected]: > Yes I have. > I'll check it...