Skip to content

Commit

Permalink
Added docs for AUTH_LDAP_APPEND_DOMAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 14, 2016
1 parent c304877 commit 6db2da4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ Use config.py to configure the following parameters. By default it will use SQLL
| AUTH_LDAP_ALLOW_SELF_SIGNED | Allow LDAP authentication to use self | No |
| | signed certificates | |
+-----------------------------------+--------------------------------------------+-----------+
| AUTH_LDAP_APPEND_DOMAIN | Append a domain to all logins. No need to | No |
| | use john@domain.local. Set it like: | |
| | | |
| | AUTH_LDAP_APPEND_DOMAIN = 'domain.local' | |
| | | |
| | And the user can login using just 'john' | |
+-----------------------------------+--------------------------------------------+-----------+
| AUTH_ROLE_ADMIN | Configure the name of the admin role. | No |
+-----------------------------------+--------------------------------------------+-----------+
| AUTH_ROLE_PUBLIC | Special Role that holds the public | No |
Expand Down
8 changes: 8 additions & 0 deletions docs/fabmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Take a quick look to the current possibilities. The bold ones require to import

- **create-db** - Create all your database objects (SQLAlchemy only)

- **collect-static** - Copies static files from flask-appbuilder to your static folder. Nice to have on certain deploys

- **list-users** - List all users on the database.

- **list-views** - List all registered views.
Expand Down Expand Up @@ -72,6 +74,12 @@ if your initializing **AppBuilder** on *app/__init__.py* and have named it appbu
This admin user can be used to any type of authentication method configured, but *fabmanager* will not checkit so
it will allways ask for a password (assumes AUTH_DB).

**collect-static** - Collect static files
---------------------------------------

Use this to copy all static files from flask-appbuilder package to your application static folder. Nice to have
on certain deploys, if your web server is serving the static files directly.

**upgrade-db** - Upgrade your database after F.A.B. upgrade to 1.3.0
--------------------------------------------------------------------

Expand Down

0 comments on commit 6db2da4

Please sign in to comment.