Skip to content

Commit

Permalink
Merge pull request #22 from Sylvaner/master
Browse files Browse the repository at this point in the history
Correction de l'exemple
  • Loading branch information
salaun-urennes1 authored Aug 31, 2023
2 parents f8dbb08 + 3bd28de commit cfbadc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ from lib_Partage_BSS.services.BSSConnexionService import BSSConnexion
# Connexion au BSS
bss = BSSConnexion()
bss.setDomainKey('x.fr', 'yourKey')
bss.setDomainKey({'x.fr', 'yourKey'})
# Recherche parmis les comptes
all_accounts = AccountService.getAllAccounts(domain='x.fr', limit=200, 'mail=u*', , attrs="carLicense,zimbraAccountStatus,zimbraHideInGAL")
all_accounts = AccountService.getAllAccounts(domain='x.fr', limit=200, ldapQuery='mail=u*', attrs="carLicense,zimbraAccountStatus,zimbraHideInGAL")
# Consultation d'un compte
account = AccountService.getAccount('[email protected]')
Expand Down

0 comments on commit cfbadc6

Please sign in to comment.