summaryrefslogtreecommitdiffstats
path: root/install/share/dns.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Rename permissions and privileges to be more readable.Rob Crittenden2011-01-311-10/+10
| | | | | | | This also drops description from permissions since it seems redundant and fixes up the help text a little. ticket 792
* Move permissions and privileges to their own container, cn=pbac,$SUFFIXRob Crittenden2010-12-221-14/+14
| | | | ticket 638
* Fix the change_password permissions and the DNS access controls.Rob Crittenden2010-12-171-4/+28
| | | | | | | | | | The change_password permission was too broad, limit it to users. The DNS access controls rolled everything into a single ACI. I broke it out into separate ACIs for add, delete and add. I also added a new dns type for the permission plugin. ticket 628
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-1/+26
| | | | | | | | | | | | | | | | | | | The new model is based on permssions, privileges and roles. Most importantly it corrects the reverse membership that caused problems in the previous implementation. You add permission to privileges and privileges to roles, not the other way around (even though it works that way behind the scenes). A permission object is a combination of a simple group and an aci. The linkage between the aci and the permission is the description of the permission. This shows as the name/description of the aci. ldap:///self and groups granting groups (v1-style) are not supported by this model (it will be provided separately). This makes the aci plugin internal only. ticket 445
* Use the dns plug-in for addition of records during installationMartin Nagy2010-01-211-88/+0
| | | | Fixes #528943
* Add a reverse zone with server's PTR recordMartin Nagy2009-07-221-2/+2
| | | | Also, small cosmetic change in dns.ldif.
* Use uppercase boolean values in dns.ldifMartin Nagy2009-07-151-2/+2
| | | | | | The newest 389 server implements syntax checking and causes problems if the boolean attribute is set to "True". The correct value should be "TRUE".
* Basic changes to get a default principal for DNSSimo Sorce2009-07-101-0/+1
| | | | | | | | Also moves delagation layout installation in dsinstance. This is needed to allow us to set default membership in other modules like bindinstance. Signed-off-by: Martin Nagy <mnagy@redhat.com>
* Use LDAP instead of flat file for zone storageMartin Nagy2009-06-021-0/+93