mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
drop the group.upg NIS map
The group.upg NIS map was an experiment in providing UPG groups dynamically, and is not one of the maps that I'd ever expect a NIS client to "know" to search. We should probably just drop it.
This commit is contained in:
parent
25c5c43ed4
commit
4d85fb18a2
@ -45,18 +45,6 @@ default:nis-map: group.bygid
|
||||
default:nis-base: cn=groups, cn=accounts, $SUFFIX
|
||||
default:nis-secure: no
|
||||
|
||||
dn: nis-domain=$DOMAIN+nis-map=group.upg, cn=NIS Server, cn=plugins, cn=config
|
||||
default:objectclass: top
|
||||
default:objectclass: extensibleObject
|
||||
default:nis-domain: $DOMAIN
|
||||
default:nis-map: group.upg
|
||||
default:nis-base: cn=users, cn=accounts, $SUFFIX
|
||||
default:nis-filter: (objectclass=posixAccount)
|
||||
default:nis-key-format: %{uid}
|
||||
default:nis-value-format: %{uid}:*:%{gidNumber}:%{uid}
|
||||
default:nis-secure: no
|
||||
default:nis-disallowed-chars: :,
|
||||
|
||||
dn: nis-domain=$DOMAIN+nis-map=netid.byname, cn=NIS Server, cn=plugins, cn=config
|
||||
default:objectclass: top
|
||||
default:objectclass: extensibleObject
|
||||
|
Loading…
Reference in New Issue
Block a user