You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,18 @@ This software adheres to the MIT License, please see LICENSE File!
30
30
31
31
###Domain Book###
32
32
This Book Type shows all users which are in the same Domain Realm as the Authenticated User.
33
+
Supports Whitelist and Blacklist to select which users are given this Book.
33
34
34
35
###Global Book###
35
36
This Book Type shows all users, with the exception of the blacklisted ones.
37
+
Supports Whitelist and Blacklist of which domains to include in book, for example if you'd like to hide a domain from the Global Book then just add it to the `_sql_gb_data_hidden` array.
38
+
Supports Whitelist and Blacklist to select which users are given this book also.
36
39
37
40
###Support Book###
38
41
This Book Type shows a specific set of domains, to all users except those which are part of any of the domains in the set.
42
+
This is the most complicated Book Type in the set, and probably won't get used, I do use it personally which is why its included.
39
43
44
+
######If you have any other Book Type Ideas, open them up as an Issue Thread######
0 commit comments