Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    CLI method to hide user from addressbook

    Kopano Groupware Core
    3
    3
    388
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sultansofswing
      sultansofswing last edited by

      Hello everyone,

      Using latest Kopano packages on Ubuntu, without LDAP, only DB backend.

      From reading the help texts of kopano-cli and kopano-admin, I cannot find a method to set a user to ‘hidden from addressbook’.

      Can somebody please point me into the right direction?

      Many thanks,
      SultansOfSwing.

      fbartels LedZeppe1in 2 Replies Last reply Reply Quote 0
      • fbartels
        fbartels Kopano @sultansofswing last edited by

        Hi @sultansofswing,

        that is a feature that is only implemented for the ldap backend. An overview/comparison of the different backend can be found at https://documentation.kopano.io/kopanocore_administrator_manual/configure_kc_components.html?highlight=ldap#user-authentication

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • LedZeppe1in
          LedZeppe1in @sultansofswing last edited by LedZeppe1in

          @sultansofswing you can modify DB directly use it at your own risk:
          select objectid from objectproperty where propname=‘emailaddress’ and value=‘user@example.com’;
          gets you objectid:
          ±---------+
          | objectid |
          ±---------+
          | 1025 |
          ±---------+

          update objectproperty set value=1 where objectid=1025 and propname=‘ishidden’;

          then do “kopano-admin --sync”

          1 Reply Last reply Reply Quote 0
          • First post
            Last post