Replies: 4 comments 2 replies
-
Actually that might be co-incidental? Or your ldapserver is returning the records that way? (Just checked the demo site, and in the Flintstones tree, they are not sorted by length.) I just looked at the code, and I'm have not implemented sorting yet. In 1.2 it was a configuration item - so I'll look at putting that back. The need to increase the max_execution_time also concerns me. My test environment is quite small - so I do need to create a large test environment and see if there are any performance optimisations that should be implemented. |
Beta Was this translation helpful? Give feedback.
-
if I do a CLI ldapsearch I get the records displayed in UID order so it doesn't feel like that but could be, its not a big problem for us we use custom code mostly to our ldap box we just have phomyldapdmin as a backup incase we need to see something directly, so we just for a Ctrl+F and search for the user and then we are all good, so its not a show stopper for us to upgrade our aging ldap server. |
Beta Was this translation helpful? Give feedback.
-
Just did it now to get it ... on the GUI I see Load Error! internal server |
Beta Was this translation helpful? Give feedback.
-
I just committed eab4f04 which will sort entries by their DN (until I implemented custom sorting), as well as performance improvement when retrieving records for the tree. |
Beta Was this translation helpful? Give feedback.
-
I've just been looking to update our old old instance of your tool to v2, I got the docker working OK and can do everything I need.
I had to increase the max_execution_time in the /usr/local/etc/php/php.ini as it would timeout getting data from out main users OU that had about 800 items. But that is fine and not part of what I wanted to ask.
Everything in the tree view / records are sorted by the length of their CN/OU, is that expected? I would have expected it to be alphabetical. I had a look but wasn't obvious if I had missed something config wise
Beta Was this translation helpful? Give feedback.
All reactions