when using lldap-cli it returns the following error message: Unknown field \addUserAttribute\ on type \Mutation\ when doing command ./lldap-cli schema attribute user add vpnpassword string -v -e; the env url, admin, password are all setup and i tested with wrong ones to make sure
./lldap-cli schema attribute user list yields a weirder message: ./lldap-cli: line 620: column: command not found
LDAP schema management. Create, delete and use custom user and group attributes and object classes. Use the latest development version of LLDAP to fully support this feature.
when using lldap-cli it returns the following error message:
Unknown field \addUserAttribute\ on type \Mutation\
when doing command./lldap-cli schema attribute user add vpnpassword string -v -e
; the env url, admin, password are all setup and i tested with wrong ones to make sure./lldap-cli schema attribute user list
yields a weirder message:./lldap-cli: line 620: column: command not found
what could I be doing wrong?