Zepmann / lldap-cli

A command line tool for managing LLDAP.
GNU General Public License v3.0
37 stars 7 forks source link

adding an attribute to schema #8

Closed petrosmm closed 7 months ago

petrosmm commented 7 months ago

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?

Zepmann commented 7 months ago

Which version of lldap are you using?

petrosmm commented 7 months ago

@Zepmann lldap 0.5.0 "current stable"; also thank you for getting back to me quickly...

Zepmann commented 7 months ago

As noted in README.md:

  • 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.