1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

G Suite with a space

This commit is contained in:
Kyle Spearrin
2017-05-25 12:22:54 -04:00
parent 6889d64713
commit 305a66d64d
2 changed files with 3 additions and 3 deletions

View File

@@ -387,7 +387,7 @@ namespace Bit.Console
Con.WriteLine("1. Active Directory");
Con.WriteLine("2. Azure Active Directory ");
Con.WriteLine("3. GSuite Directory");
Con.WriteLine("3. G Suite Directory");
Con.WriteLine("4. Other LDAP Directory");
string currentType;

View File

@@ -45,14 +45,14 @@ namespace Bit.Core.Models
* - Read more at http://bit.ly/2q3FOOD
* - ex. "startswith(displayName,'J')"
*
* 3. GSuite
* 3. G Suite
* - Group Filter
* - Custom filtering syntax that allows you to exclude or include a comma separated list of group names.
* - ex. "include:Group A,Sales People,My Other Group"
* or "exclude:Group C,Developers,Some Other Group"
* - User Filter
* - Custom filtering syntax that allows you to exclude or include a comma separated list of group names.
* - Allows you to concatenate a GSuite Admin API user search query to the end of the filter after delimiting
* - Allows you to concatenate a G Suite Admin API user search query to the end of the filter after delimiting
* the include/exclude filter with a pipe (|).
* - Read more at http://bit.ly/2rlTskX
* - ex.