USM access wird ab und zu deaktiviert

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Victor
    Senior Member
    • Apr 2011
    • 121

    #1

    USM access wird ab und zu deaktiviert

    Hall-öle,
    bei uns greifen viele Leute auf den OX mit I-Phones zu.
    Es klappt auch wunderbar, bis auf die Tatsache dass bei einigen der User ab und zu wie von Geisterhand die USM access Berechtigung auf einmal deaktiviert ist.
    Nach dem erneuten Aktivieren funktioniert es wieder.
    Das passiert nicht regelmäßig, und auch nicht immer bei den gleichen Usern, sondern wie nach Zufallsprinzip.

    Hat hier jemand eine Idee woran es liegen könnte?

    Der Server ist auf dem aktuellsten Stand, das Problem trat aber auch bei der älteren Versionen auf, und setzt sich immer noch fort.

    Gruß,
    Victor
  • Markus Wagner
    Open-Xchange Quality Assurance
    • Feb 2007
    • 168

    #2
    Irgendwelche Besonderheiten an dem System? Ldapsync, spezielle Authentifizierung,...?
    Markus Wagner
    Open-Xchange Quality Assurance

    Comment

    • Victor
      Senior Member
      • Apr 2011
      • 121

      #3
      Originally posted by Markus Wagner View Post
      Irgendwelche Besonderheiten an dem System? Ldapsync, spezielle Authentifizierung,...?
      oxldapsync ist aktiv, das system ist SLES11, nichts spezielles...

      Gruß,
      Victor

      Comment

      • Carsten Hoeger
        Open-Xchange Professional Services
        • Mar 2007
        • 710

        #4
        Please check your ldapsync mapping configuration file(s) (e.g. /opt/oxldapsync/etc/mapping.ads.conf).
        This file contains the the access permissions, besides other settings.
        E.g.:

        Code:
        # grep ^access /opt/oxldapsync/etc/mapping.ads.conf
        access-combination-name                 =
        access-calendar                         = "on"
        access-contacts                         = "on"
        access-delegate-tasks                   = "on"
        access-edit-public-folder               = "on"
        access-forum                            = "on"
        access-ical                             = "on"
        access-infostore                        = "on"
        access-pinboard-write                   = "on"
        access-projects                         = "on"
        access-read-create-shared-Folders       = "on"
        access-rss-bookmarks                    = "on"
        access-rss-portal                       = "on"
        access-syncml                           = "on"
        access-tasks                            = "on"
        access-vcard                            = "on"
        access-webdav                           = "on"
        access-webdav-xml                       = "on"
        access-webmail                          = "on"
        access-edit-group                       = "on"
        access-edit-resource                    = "on"
        access-edit-password                    = "on"
        access-collect-email-addresses          = "on"
        access-multiple-mail-accounts           = "on"
        access-subscription                     = "on"
        access-publication                      = "on"
        access-active-sync                      = "on"
        access-usm                              = "on"
        access-global-address-book-disabled     = "off"
        access-olox20                           = "on"

        Comment

        • Victor
          Senior Member
          • Apr 2011
          • 121

          #5
          Originally posted by Carsten Hoeger View Post
          Please check your ldapsync mapping configuration file(s) (e.g. /opt/oxldapsync/etc/mapping.ads.conf).
          This file contains the the access permissions, besides other settings.
          E.g.:

          Code:
          # grep ^access /opt/oxldapsync/etc/mapping.ads.conf
          ...
          access-active-sync                      = "on"
          access-usm                              = "on"
          access-global-address-book-disabled     = "off"
          access-olox20                           = "on"
          Ok, access-active-sync and access-usm were set to "off", and access-olox20 was not in the file at all.
          I changed it, let's see if it will be better.

          Thanks
          Last edited by Victor; 05-15-2012, 03:51 PM.

          Comment

          Working...
          X