Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit f9e2e52

Browse files
committed
Naming
1 parent e358bb2 commit f9e2e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ For another example, here's how you can limit users logging in that are apart of
465465
> **Note**: This will also allow nested group users to login as well.
466466
467467
```php
468-
'limitation_filter' => '(memberof:1.2.840.113556.1.4.1941:=CN=AppAllowed,DC=example,DC=com)',
468+
'limitation_filter' => '(memberof:1.2.840.113556.1.4.1941:=CN=MyGroup,DC=example,DC=com)',
469469
```
470470

471471
#### Multiple Authentication Connections

0 commit comments

Comments
 (0)