You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/07/26 22:45:56 UTC

[directory-site] branch master updated: remove extraneous optional params

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 97d77404 remove extraneous optional params
97d77404 is described below

commit 97d77404208522366a1d982a414a328655ae911e
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Jul 26 17:45:50 2022 -0500

    remove extraneous optional params
---
 source/fortress/user-guide/4.9-add-user.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/source/fortress/user-guide/4.9-add-user.md b/source/fortress/user-guide/4.9-add-user.md
index f013c2c9..75d15ec0 100644
--- a/source/fortress/user-guide/4.9-add-user.md
+++ b/source/fortress/user-guide/4.9-add-user.md
@@ -42,8 +42,6 @@ optional parameters:
 - User#dayMask - 1234567, 1 = Sunday, 2 = Monday, etc - specifies which day of user may sign on
 - User#timeout - number (in minutes) of session inactivity time allowed
 - User#props * - multivalued attribute contains property key and values are separated with a ':'. e.g. mykey1:myvalue1
-- User#roles * - multivalued attribute contains the name of already existing role to assign to user
-- User#adminRoles * - multivalued attribute contains the name of already existing adminRole to assign to user
 
 Parameters:
 - user - User entity must contain User#userId and User#ou (required) and optional User#description,User#roles and many others.