diff options
Diffstat (limited to 'web/panettone')
-rw-r--r-- | web/panettone/OWNERS | 2 | ||||
-rw-r--r-- | web/panettone/src/authentication.lisp | 2 | ||||
-rw-r--r-- | web/panettone/src/model.lisp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/web/panettone/OWNERS b/web/panettone/OWNERS index aedec9ae6d02..b2b0acc303c8 100644 --- a/web/panettone/OWNERS +++ b/web/panettone/OWNERS @@ -1,5 +1,5 @@ inherited: true owners: - - glittershark + - grfn - tazjin - sterni diff --git a/web/panettone/src/authentication.lisp b/web/panettone/src/authentication.lisp index 07b9a6a87cd5..c3353450201d 100644 --- a/web/panettone/src/authentication.lisp +++ b/web/panettone/src/authentication.lisp @@ -95,7 +95,7 @@ instance of `user'" (ldap-entry->user ldap-entry)))))) (comment - (find-user-by-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + (find-user-by-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") ) (defun authenticate-user (user-or-username password) diff --git a/web/panettone/src/model.lisp b/web/panettone/src/model.lisp index 4fa51026a086..77a7cd6da92f 100644 --- a/web/panettone/src/model.lisp +++ b/web/panettone/src/model.lisp @@ -413,7 +413,7 @@ explicitly subscribing to / unsubscribing from individual issues." (ddl/init) (make-instance 'issue :subject "test") (create-issue :subject "test" - :author-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + :author-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") (issue-commenter-dns 1) (issue-subscribers 1) |