Skip to content

Commit c65db6e

Browse files
committed
docs: fix password inconsistency in AGENTS.md LDIF examples
1 parent 78160c7 commit c65db6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/AGENTS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sn: Smith
5454
givenName: John
5555
uid: jsmith
5656
mail: john.smith@netresearch.de
57-
userPassword: password123
57+
userPassword: password
5858
5959
dn: uid=mmueller,ou=Users,dc=netresearch,dc=local
6060
objectClass: inetOrgPerson
@@ -65,7 +65,7 @@ sn: Mueller
6565
givenName: Maria
6666
uid: mmueller
6767
mail: maria.mueller@netresearch.de
68-
userPassword: password123
68+
userPassword: password
6969
7070
dn: uid=tschneider,ou=Users,dc=netresearch,dc=local
7171
objectClass: inetOrgPerson
@@ -76,7 +76,7 @@ sn: Schneider
7676
givenName: Thomas
7777
uid: tschneider
7878
mail: thomas.schneider@netresearch.de
79-
userPassword: password123
79+
userPassword: password
8080
8181
dn: uid=aweber,ou=Users,dc=netresearch,dc=local
8282
objectClass: inetOrgPerson
@@ -87,7 +87,7 @@ sn: Weber
8787
givenName: Anna
8888
uid: aweber
8989
mail: anna.weber@netresearch.de
90-
userPassword: password123
90+
userPassword: password
9191
9292
dn: uid=pfischer,ou=Users,dc=netresearch,dc=local
9393
objectClass: inetOrgPerson
@@ -98,7 +98,7 @@ sn: Fischer
9898
givenName: Peter
9999
uid: pfischer
100100
mail: peter.fischer@netresearch.de
101-
userPassword: password123
101+
userPassword: password
102102
LDIF
103103
```
104104

0 commit comments

Comments
 (0)