Skip to content

Commit

Permalink
Changed readme to inform of new version on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 8, 2016
1 parent 5105444 commit 5a3744a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Lots of `examples <https://github.com/dpgaspar/Flask-AppBuilder/tree/master/exam
Package Version
---------------

*New 1.6.0*.
*New 1.6.1*.

If you're already using F.A.B.
read carefully the `migration <http://flask-appbuilder.readthedocs.org/en/latest/versionmigration.html>`_ procedures.
Expand Down
5 changes: 3 additions & 2 deletions docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ then using username to search the LDAP server and binding to it (using the user

for MSFT AD users will be authenticated using the attribute 'userPrincipalName', so username's will be of the form
'someuser@somedomail.local'. Since 1.6.1 you can use a new configuration to set all domains to a certain default,
this will allow users to authenticate using 'someuser' be setting:
this will allow users to authenticate using 'someuser' be setting::

AUTH_LDAP_APPEND_DOMAIN = 'somedomain.local'
AUTH_LDAP_APPEND_DOMAIN = 'somedomain.local'

When using self user registration, you can use the following to config further:

Expand All @@ -231,6 +231,7 @@ AUTH_LDAP_FIRSTNAME_FIELD: Default to 'givenName' will use MSFT AD attribute to
AUTH_LDAP_LASTTNAME_FIELD: Default to 'sn' will use MSFT AD attribute to register last_name on the db.
AUTH_LDAP_EMAIL_FIELD: Default to 'mail' will use MSFT AD attribute to register email on the db. If this attribute is
null the framework will register <username + '@email.notfound'>
AUTH_LDAP_SEARCH: This must be set when using self user registration.


Authentication: OAuth
Expand Down

0 comments on commit 5a3744a

Please sign in to comment.