Skip to content

Commit 79c9fad

Browse files
committed
Fix indenting in README.md
1 parent aac1b93 commit 79c9fad

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -470,27 +470,27 @@ One realm should have the `default: 1` property to mark it as the default:
470470

471471
```
472472
pve_domains_cfg:
473-
- name: pam
474-
type: pam
475-
comment: Linux PAM standard authentication
476-
- name: pve
477-
type: pve
478-
comment: Proxmox VE authentication server
479-
- name: AD
480-
type: ad
481-
comment: Active Directory authentication
482-
domain: yourdomain.com
483-
server1: dc01.yourdomain.com
484-
default: 1
485-
secure: 1
486-
server2: dc02.yourdomain.com
487-
- name: LDAP
488-
type: ldap
489-
base_dn: CN=Users,dc=yourdomain,dc=com
490-
server1: ldap1.yourdomain.com
491-
user_attr: uid
492-
secure: 1
493-
server2: ldap2.yourdomain.com
473+
- name: pam
474+
type: pam
475+
comment: Linux PAM standard authentication
476+
- name: pve
477+
type: pve
478+
comment: Proxmox VE authentication server
479+
- name: AD
480+
type: ad
481+
comment: Active Directory authentication
482+
domain: yourdomain.com
483+
server1: dc01.yourdomain.com
484+
default: 1
485+
secure: 1
486+
server2: dc02.yourdomain.com
487+
- name: LDAP
488+
type: ldap
489+
base_dn: CN=Users,dc=yourdomain,dc=com
490+
server1: ldap1.yourdomain.com
491+
user_attr: uid
492+
secure: 1
493+
server2: ldap2.yourdomain.com
494494
```
495495

496496
## Dependencies

0 commit comments

Comments
 (0)