Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    disconnect from LDAP, then add the group might work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...