From: <svn...@op...> - 2009-05-20 16:47:49
|
Author: scriptor Date: Wed May 20 18:47:34 2009 New Revision: 5645 URL: http://www.opensync.org/changeset/5645 Log: Added a question to the troubleshooting section. Modified: plugins/ldap-sync/README.lyx Modified: plugins/ldap-sync/README.lyx ============================================================================== --- plugins/ldap-sync/README.lyx Thu May 14 21:38:58 2009 (r5644) +++ plugins/ldap-sync/README.lyx Wed May 20 18:47:34 2009 (r5645) @@ -7022,6 +7022,136 @@ p on a fedora system. \end_layout +\begin_layout Section +LDAP ERROR: "Cannot modify object class". + structural object class modification from 'inetOrgPerson' to 'evolutionPerson' + not allowed. +\end_layout + +\begin_layout Standard +What has happened? +\end_layout + +\begin_layout Standard +The database containes an entry for object type "contact", that has originally + been stored as LDAP object class "inetOrgPerson". + This very entry is now to be modified according to one of the peers, say + the file-sync plugin. + However, the LDAP plugin is currently configured to use the format "ldap-evolut +ionperson" for object type "contact". + So it tries to perform the modification by the peer with the "ldap-evolutionper +son" format in mind. +\end_layout + +\begin_layout Standard +Solution: +\end_layout + +\begin_layout Standard +Simply change the configuration of the LDAP plugin. + Change the format from "ldap-evolutionperson" to "ldap-inetorgperson": +\end_layout + +\begin_layout Standard +From: +\end_layout + +\begin_layout LyX-Code +(...) +\end_layout + +\begin_layout LyX-Code + <Resource> +\end_layout + +\begin_layout LyX-Code + <Enabled>1</Enabled> +\end_layout + +\begin_layout LyX-Code + <Formats> +\end_layout + +\begin_layout LyX-Code + <Format> +\end_layout + +\begin_layout LyX-Code + <Name>ldap-evolutionperson</Name> +\end_layout + +\begin_layout LyX-Code + </Format> +\end_layout + +\begin_layout LyX-Code + </Formats> +\end_layout + +\begin_layout LyX-Code + <ObjType>contact</ObjType> +\end_layout + +\begin_layout LyX-Code + </Resource> +\end_layout + +\begin_layout LyX-Code +(...) +\end_layout + +\begin_layout Standard +To: +\end_layout + +\begin_layout LyX-Code +(...) +\end_layout + +\begin_layout LyX-Code + <Resource> +\end_layout + +\begin_layout LyX-Code + <Enabled>1</Enabled> +\end_layout + +\begin_layout LyX-Code + <Formats> +\end_layout + +\begin_layout LyX-Code + <Format> +\end_layout + +\begin_layout LyX-Code + <Name>ldap-inetorgperson</Name> +\end_layout + +\begin_layout LyX-Code + </Format> +\end_layout + +\begin_layout LyX-Code + </Formats> +\end_layout + +\begin_layout LyX-Code + <ObjType>contact</ObjType> +\end_layout + +\begin_layout LyX-Code + </Resource> +\end_layout + +\begin_layout LyX-Code +(...) +\end_layout + +\begin_layout LyX-Code + +\end_layout + \begin_layout Part References \end_layout |