summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-08-22 16:11:58 +0200
committerTomas Babej <tbabej@redhat.com>2014-09-17 14:41:51 +0200
commit12ad1bf168be8810bff772d79871a33007558ad4 (patch)
tree12e20c8495dfd0a98cd1c679e7ec6bf392a7afd2 /ipalib/constants.py
parentfea3b121a2e16d493dbadbc2f32cfeb02bf8919c (diff)
downloadfreeipa-12ad1bf168be8810bff772d79871a33007558ad4.tar.gz
freeipa-12ad1bf168be8810bff772d79871a33007558ad4.tar.xz
freeipa-12ad1bf168be8810bff772d79871a33007558ad4.zip
idviews: Support specifying object names instead of raw anchors only
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index b24ff0dd4..0259b8fe5 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:' \ No newline at end of file