Skip to content

Commit

Permalink
Corretcly map ct strasse to ldap street
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Mar 7, 2019
1 parent d17b270 commit f2dee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctldap.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function requestUsers (req, res, next) {
uid: cn,
nsuniqueid: "u" + v.id,
givenname: v.vorname,
street: v.street,
street: v.strasse,
telephoneMobile: v.telefonhandy,
telephoneHome: v.telefonprivat,
postalCode: v.plz,
Expand Down

0 comments on commit f2dee32

Please sign in to comment.