mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
adding a search page dedicated for admin
This commit is contained in:
parent
22364c0f03
commit
181597e273
1 changed files with 6 additions and 0 deletions
|
@ -447,6 +447,12 @@ class LdapCherry(object):
|
|||
|
||||
@cherrypy.expose
|
||||
def searchuser(self):
|
||||
""" search user page """
|
||||
self._check_auth(must_admin=False)
|
||||
pass
|
||||
|
||||
@cherrypy.expose
|
||||
def searchadmin(self):
|
||||
""" search user page """
|
||||
self._check_auth(must_admin=True)
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue