OPEN-XCHANGE
You are here: Community > Mailinglist
freshmeat.net
[OX User] Photocopier talking to openldap

Daniel Bertolo daniel.bertolo at kinderheim-buehl.ch
Thu Sep 28 19:59:26 CEST 2006


Hi Rob

Rob Myroon wrote:
> Has anyone tried to get their photocopier to talk to their ldap
> server? We have a Canon 2620. The documentation gives instructions on
> how to connect to ms, ibm, and novell ldap servers. I have tried every
> combination of settings that I can think of but can't get it to work.
We are accessing the OpenLDAP directory from our Canon iR3570. As we
configured OpenLDAP to let workstations authenticate, the copier has
read access to the ou=people,dc=domain,dc=tld subtree. You can find the
appropriate section in /etc/openldap/ox.conf:

access to dn.regex="uid=(.*),ou=people,dc=mybuehl,dc=ch"
 by self write
 by group="cn=OXUserAdmins,ou=Administration,ou=group,dc=mybuehl,dc=ch"
write
 by users read
 by peername.regex=127.*.*.* read
 by peername.regex=10.*.*.* read

The last line was added by me and it allows all internal clients to
fully read the people subtree. You can restrict access to certain
attributes by add them at the end of the first line, e.g.:

access to dn.regex="uid=(.*),ou=people,dc=domain,dc=tld"
attr=alias,mailEnabled,....

Dani





More information about the User mailing list