Solaris 11 ldap server issues
I followed the guide at https://blogs.oracle.com/paulie/entry/configuring_a_basic_ldap_server and finally got it going, sort of.
When I try and add a user or a group I get the following error:
:~# groupadd -S ldap -g 1002 world
UX: groupadd: ERROR: Cannot update system files - group cannot be created.
I'd like to usethis Solaris 11 server as an LDAP authentication server (centralized account, group and password repository) but I am having a hard time getting past this issue.
0