File: settings.yml.sample

package info (click to toggle)
python-exchangelib 5.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,084 kB
  • sloc: python: 25,351; sh: 6; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
server: 'example.com'
autodiscover_server: 'example.com'

username: 'MYWINDOMAIN\myusername'
password: 'topsecret'

# Or, for OAuth:
tenant_id:
client_id:
client_secret:

account: 'john.doe@example.com'  # Don't use an account containing valuable data! We're polite, but things may go wrong.
alias: 'john.doe@example.com'  # For autodiscover lookups with an alias. Can be the same as 'account'.
verify_ssl: True  # Must be True for OAuth