From d03b09beb4855f6ceea505221bf39a0f1369fa73 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 22 Aug 2014 16:11:58 +0200 Subject: idviews: Support specifying object names instead of raw anchors only Improve usability of the ID overrides by allowing user to specify the common name of the object he wishes to override. This is subsequently converted to the ipaOverrideAnchor, which serves as a stable reference for the object. Part of: https://fedorahosted.org/freeipa/ticket/3979 Reviewed-By: Petr Viktorin Reviewed-By: Petr Vobornik Reviewed-By: Alexander Bokovoy --- ipalib/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index b24ff0dd4..325414b64 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -214,3 +214,6 @@ DEFAULT_CONFIG = ( ) LDAP_GENERALIZED_TIME_FORMAT = "%Y%m%d%H%M%SZ" + +IPA_ANCHOR_PREFIX = ':IPA:' +SID_ANCHOR_PREFIX = ':SID:' -- cgit