summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-05-28 11:38:40 -0400
committerPetr Vobornik <pvoborni@redhat.com>2014-06-26 13:42:13 +0200
commit6af6f53ffab25a16a9d0925710ee18d958ce9a10 (patch)
tree84fc3d496642e863be0b6e5e242dd5f1b80a4f8f /install/conf
parent039fa62363a962c77c2842ad83f83b185c7574e1 (diff)
downloadfreeipa-sync-token.tar.gz
freeipa-sync-token.tar.xz
freeipa-sync-token.zip
Add /session/token_sync POST supportsync-token
This HTTP call takes the following parameters: * user * password * first_code * second_code * token (optional) Using this information, the server will perform token synchronization. If the token is not specified, all tokens will be searched for synchronization. Otherwise, only the token specified will be searched.
Diffstat (limited to 'install/conf')
-rw-r--r--install/conf/ipa.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index f4dac9827..7eede73ef 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -1,5 +1,5 @@
#
-# VERSION 15 - DO NOT REMOVE THIS LINE
+# VERSION 16 - DO NOT REMOVE THIS LINE
#
# This file may be overwritten on upgrades.
#
@@ -103,6 +103,12 @@ KrbConstrainedDelegationLock ipa
Allow from all
</Location>
+<Location "/ipa/session/sync_token">
+ Satisfy Any
+ Order Deny,Allow
+ Allow from all
+</Location>
+
# This is where we redirect on failed auth
Alias /ipa/errors "/usr/share/ipa/html"