 |
| Recent blog posts: | |
 |
| Forums: | | |
 |
| Discuss: | |
 |
| Recent forum topics: | |
 |
| Recent forum comments: | |
 |
| Модератор: | |
 |
Wednesday, 14 November 2007
Monday, 12 November 2007
|
| CmsTemplateBean Manuel Wallnoefer 13:08:26 |
| |
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev |
| | 2 answer | Add comment |
Tuesday, 6 November 2007
|
| Using external LDAP - Server Artur M cke 19:27:12 |
| | Hi guys, I installed OpenXchange5 (oxinstall-2.4.3.RHEL.bin) on my Red Hat server (RHEL4 update2) The whole OpenXchange system is working fine but I want (have) to use an external LDAP-Server which is running on da Debian-Etch.
Here is some information about my ldap-versions:
RHEL4: slapd version 2.2.13 Debian: slapd version 2.3.30
Because of the different versions I migrated the root-dn from my OX5-machine to the Debian-machine by using slapcat and slapadd:
- RHEL: slapcat -l /var/oxtree.ldif - Copied oxtree.ldif: RHEL -> Debian - Adopted the ldap.conf, slapd.conf and the schemas from RHEL to Debian - Deleted the the standard Debian root-dn - Debian: sladadd -l /oxtree.ldif
The whole root-dn is copied completely to the debian-machine. There were no errors at all. As far as i know that should be everything I need to get it work with the debian machine.
Now I tried to change the configuration on my OpenXchange server to get it work with the external LDAP on the debian machine.
Thats what I have done so far: (10.3.5.195 is the ip address of the debian system)
EDITED: /etc/openldap/ldap.conf ======================= #changed: host 127.0.0.1 #to: host 10.3.5.195
EDITED: /opt/openexchange/ox_admin_tools/openexchange-daemons/modules/Ldap.properties ============================================================================= #changed: LDAP_URI=ldap://127.0.0.1:389 #to LDAP_URI=ldap://10.3.5.195:389
At the end I stopped the local slapd on the RHEL-machine.
Unfortunately its not working yet.
The groupware-login kind of works. I can login with some user-accounts but its not working 100%. e.g. the webmail-program isnt working. When I try to change to it, it says: WebMail - OPEN-XCHANGE 5607 !!! SYSTEM - ERROR !!!
The admin-login (mailadmin) isnt working either. I cant login at all. When I try to login with my admin user (mailadmin), the login website says Username/Password wrong.
I examined all configuration files in "/opt/openxchange" but I cant find anything else, that I should/could change according to ldap.
I hope someone can help me out.
Cheers, Artur
"There are 10 kinds of people in the world, those who understand binary math, and those who don't."
|
| | Add comment |
Tuesday, 23 October 2007
Tuesday, 16 October 2007
|
| Re: Access rights problem w/multilingual sites / BUG Dan Drehobl 13:48:08 |
| | I found the solution:
It is a BUG
In the file: zms/dtml/zms/manage_users.dtml,
<dtml-let multilang="_.len(getLangIds())>1" nodes="getUserAttr(name,'nodes',{})" nodekeys="nodes.keys()">
closes too early. you need to redefine multilang for the display of the multi-select box again. (see code below) ----------------------------------------------------------- ----------------------------------------------------------- <!-- define multilang again START --> <dtml-let multilang="_.len(getLangIds())>1" > <dtml-unless multilang> <input type="hidden" name="langs" value="<dtml-var lang>"/> </dtml-unless> <table cellspacing="0" cellpadding="0" border="0"> <tr valign="middle"> <td rowspan="2" class="form-small"> </td> <dtml-if multilang> <td class="form-small"><b><dtml-var "getLangStr('ATTR_LANGS',manage_lang)"></b></td> <td rowspan="2" class="form-small"> </td> <td rowspan="2" class="zmiNeutralColorMedium0"><img src="<dtml-var spacer_gif>" title="" border="0" width="1" height="1" /></td> <td rowspan="2" class="form-small"> </td> </dtml-if> <td class="form-small"><b><dtml-var "getLangStr('ATTR_ROLES',manage_lang)"></b></td> <td rowspan="2" class="form-small"> </td> </tr> <tr valign="middle"> <dtml-if multilang> <td class="form-small"> <dtml-var "f_selectInput(_,_, fmName='form1', elName='langs', value=[], type='multiselect', lang_str='ATTR_LANGS', required=1, css='form-small', optpl=langs_optpl)"> </td> </dtml-if> <td class="form-small"> <dtml-var "f_selectInput(_,_, fmName='form1', elName='roles', value=[], type='multiselect', lang_str='ATTR_ROLES', required=1, css='form-small', optpl=roles_optpl)"> </td> </tr> </table> </td> </dtml-let> <!-- define multilang again END --> ----------------------------------------------------------- -----------------------------------------------------------
--- In zms-developers@yahoogroups.com, "Dan Drehobl" <spam@...> wrote:
I have the same problem. Roles are only work only in one language. The language selection for the zms-roles is not visible and therefore not selectable. Re-Importing did not help either. For some reason zms does not know that I have multiple languages. Where can I look it up? --- In zms-developers@yahoogroups.com, "Patrick Ehrlich" <ehrlich@> wrote: i`ve had this phenomenon some times before. I think this can happen after importing a zms folder containing a multilingual site. Sometimes the authors language selection was degraded to the primary language. Re-importing that site should help... 2007/7/5, Karsten W. Rohrbach <rohrbach-lists@>: It's been a long time, nevertheless I've got a serious problem with a
- The Site has three languages ('de', 'en', 'ch'). The lang codes need to be this way because of external integration requirements. - When a user with role "Administrator" accesses the ZMI, all languages are accessible and everything works fine. - When a user with role "Author" or "Editor" is created, there is only one language assigned per node and this user can only access the ZMI for this language version of the site. There is no option to assign
more than one language to the user. Two quick questions before I dive down into the code: - Is this behaviour triggered by not using the "magic" language strings "ger" et al., but "de" and so on? - Am I missing something in the user interface when creating/editing
The target system is a quite new installation ZMS2.10.1-33/Zope 2.10.3-final, Python 2.4.4, Linux. Anthony's Law of Force: Don't force it; get a larger hammer. webmonster.de -- InterNetWorkTogethe r -- built on the open source platform GnuPG: 0xDEC948A6 D/E BF11 83E8 84A1 F996 68B4 A113 B393 6BF4 DEC9 48A6 Please do not remove my address from To: and Cc: fields in mailing lists. 10x Handelsregister: HRA 22986 AG KЖln GeschДftsfЭhrung: Patrick Ehrlich
|
| | 1 answer | Add comment |
|
|