Results 1 to 2 of 2
So, this is annoying.
I'm installing Oracle, which requires a group called 'dba'. It looks like a group called dba already exists in LDAP, and the man page for groupadd ...
- 11-22-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
Make groupadd avoid LDAP
So, this is annoying.
I'm installing Oracle, which requires a group called 'dba'. It looks like a group called dba already exists in LDAP, and the man page for groupadd says:
"If the groupname already exists in an external group database such as NIS, groupadd will deny the group creation request."
so.. attempts at adding the group locally (which is what I want) fail. Strangely even though the useradd man page says the same thing, it lets me add users locally. Weird.
How can I get groupadd to add a local group when the group already exists in LDAP?
My nsswitch.conf has:
passwd: files ldap
shadow: files ldap
group: files ldap
sudoers: files ldap
Doug
- 11-22-2009 #2
disconnect from LDAP, then add the group might work


Reply With Quote