diff --git a/website/docs/users-sources/sources/protocols/ldap/index.md b/website/docs/users-sources/sources/protocols/ldap/index.md index 449b3b71b8..43a8d1635d 100644 --- a/website/docs/users-sources/sources/protocols/ldap/index.md +++ b/website/docs/users-sources/sources/protocols/ldap/index.md @@ -110,11 +110,11 @@ The following variables are available to LDAPĀ source property mappings: ### Additional expression semantics -If you need to skip synchronization for a specific object, you can raise the `StopSync` exception: +If you need to skip synchronization for a specific object, you can raise the `SkipObject` exception: ```python if ldap.get("cn") == "doNotSync": - raise StopSync + raise SkipObject ``` ## Password login