Skip to content

Commit

Permalink
Added config for ADIdentityManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrownD3 committed Sep 6, 2016
1 parent 6b1aa84 commit 4d4b30b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/restheart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ metadata-named-singletons:
# idm: the Identity Manager responsible of authentication
# access-manager: the Access Manager responsible of authorization
# The RESTHeart security is pluggable and you can provide you own implementation of both IDM and AM.
# The provided default implementations of IDM and AM are SimpleFileIdentityManager, DbIdentityManager and SimpleAccessManager.
# The provided default implementations of IDM and AM are SimpleFileIdentityManager, DbIdentityManager, ADIdentityManager and SimpleAccessManager.
# conf-file paths are either absolute (starting with /) or relative to the restheart.jar file path

idm:
Expand Down
5 changes: 5 additions & 0 deletions etc/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ dbim:
cache-ttl: 60000
cache-expire-policy: AFTER_WRITE

## Config for AD Identity Manager
adim:
- domainControllers: ldap://eastdc.example.com
principalNameSuffixes: corp.example.com,example.com

## Configuration for file based Access Manager

## Look at undertow documentation for information about predictates syntax
Expand Down

0 comments on commit 4d4b30b

Please sign in to comment.