Ok, But when I use the ldapsearch command it works succeffuly. ( ./ldapsearch -b <context> objectclass=* -h <host> -S uid ) The problem is that I really need to use Personal ID's to identify users on the network. It's not allowed to use another kind of identification. Is there any configuration that I can change to sort the users correctly?
Thank you, Renato.
Renato Ribeiro da Silva wrote:
Hello, I'm trying to sort objects in Directory Server Console ( View Menu -> Sort Objects ) but this function isn't working. I need to use only numbers to identify the users (ex. uid=12345678910). Any idea?
You should probably use uidNumber from the posixAccount objectclass - uid is being sorted alphabetically according to its syntax.
Thanks in advance, Renato.
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
-- Pete
Renato Ribeiro da Silva wrote:
Ok, But when I use the ldapsearch command it works succeffuly. ( ./ldapsearch -b <context> objectclass=* -h <host> -S uid ) The problem is that I really need to use Personal ID's to identify users on the network. It's not allowed to use another kind of identification. Is there any configuration that I can change to sort the users correctly?
In what way does it fail in the console?
389-users@lists.fedoraproject.org