Announcement

Collapse
No announcement yet.

User permissions on specific folders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • User permissions on specific folders

    Hi there,

    I have a question:

    If I want share a my calendar for example, I can only give permissions to a group, but not to a specific user.
    I have only "All users" and "All groups..."

    Is this function still not implemented?

    Thanks

    orlando

  • #2
    You don't see any user in the "Add Rights Box"?

    Check my attachment on this comment.
    Attached Files

    Comment


    • #3
      no users...
      Attached Files

      Comment


      • #4
        Any solution for my problem???

        Comment


        • #5
          Thats right. Maybe you don't have any users in your context. You can check this, when you open the "Public folder" and have a look in your global addressbook.

          Comment


          • #6
            In my global addressbook I have the users.

            I can also login with all users and I can also assign permissions to the All User group, but not to specific users.

            are there some updates in the DB structure??
            Last edited by Guest; 03-22-2007, 03:54 PM. Reason: update

            Comment


            • #7
              same problem

              I had same problem. I donĀ“t see any user in dialog. there is only all users and all users and groups, but i see all other users in global adressbook.

              Comment


              • #8
                OK, bad news for you all. It is a bug in the create user script. But there is a way to fix this for the existing user. You need some basic SQL skills for this.

                Open mysql and connect to the ox db:
                Code:
                & mysql
                mysql> use open-xchange-db
                mysql> update prg_contacts set intfield02 = null, intfield03 = null, intfield04 = null, intfield05 = null, intfield06 = null, intfield07 = null, intfield08 = null where fid = 6;
                This works only for the existing user. If you add more user, you need to do this again.

                Comment


                • #9
                  great....now everything is fine....

                  Comment

                  Working...
                  X