JOYDEEP | 1 Mar 2007 11:20

how to give access right ?

Dear list,

below is my LDAP structure. As u can see that I have to disclouse the
root:dn part to the users who have the authority to
create the users   and groups.   how can I give them access to the the
same with out disclousing the root:dn

the ldif file structure
======================

dn: dc=kolkatainfoservices,dc=in
objectClass: domain
dc: kolkatainfoservices
structuralObjectClass: domain

dn: ou=Users,dc=kolkatainfoservices,dc=in
ou: Users
objectClass: top
objectClass: organizationalUnit
structuralObjectClass: organizationalUnit

dn: ou=Groups,dc=kolkatainfoservices,dc=in
ou: Groups
objectClass: top
objectClass: organizationalUnit
structuralObjectClass: organizationalUnit

thanks
JOYDEEP | 2 Mar 2007 10:13

pam and ldap authentication same time ?

Dear list,

To use LDAP  authentication (which is working already) I have set the
/etc/sysconfig/saslauthd   with    SASLAUTHD_AUTHMECH=ldap

no problem.  but I can not login to cyrus account to administer the
mailboxes.
because cyrus account use pam authenticatio. So is there any way to modify
/etc/sysconfig/saslauthd  to support both pam & LDAP ?

thanks
JOYDEEP | 2 Mar 2007 11:03

how to give access rtight ?

Dear list,

below is my LDAP structure. As u can see that I have to disclouse the
root:dn part to the users who have the authority to
create the users   and groups.   how can I give them access to the the
same with out disclousing the root:dn

the ldif file structure
======================

dn: dc=kolkatainfoservices,dc=in
objectClass: domain
dc: kolkatainfoservices
structuralObjectClass: domain

dn: ou=Users,dc=kolkatainfoservices,dc=in
ou: Users
objectClass: top
objectClass: organizationalUnit
structuralObjectClass: organizationalUnit

dn: ou=Groups,dc=kolkatainfoservices,dc=in
ou: Groups
objectClass: top
objectClass: organizationalUnit
structuralObjectClass: organizationalUnit

thanks
Bernhard Reiter | 2 Mar 2007 12:36
Picon
Favicon

Re: how to give access right ?

Hi JOYDEEP,

On Thursday 01 March 2007 11:20, JOYDEEP wrote:
> below is my LDAP structure. As u can see that I have to disclouse the
> root:dn part to the users who have the authority to
> create the users   and groups.   how can I give them access to the the
> same with out disclousing the root:dn

this seems to be a question that the openldap documentation or people
might be able to answer even better.

Best,
Bernhard

--

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
_______________________________________________
Kolab-users mailing list
Kolab-users <at> kolab.org
https://kolab.org/mailman/listinfo/kolab-users
Bernhard Reiter | 2 Mar 2007 12:37
Picon
Favicon

Re: pam and ldap authentication same time ?

On Friday 02 March 2007 10:13, JOYDEEP wrote:
> So is there any way to modify
> /etc/sysconfig/saslauthd  to support both pam & LDAP ?

If nobody is answering here, you could try asking the sasl people.

Best,
Bernhard

--

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
_______________________________________________
Kolab-users mailing list
Kolab-users <at> kolab.org
https://kolab.org/mailman/listinfo/kolab-users
Bernhard Reiter | 2 Mar 2007 12:40
Picon
Favicon

Re: MX backup

On Monday 26 February 2007 03:09, Thomas Spuhler wrote:
> Is there a good way on how to become a back-up server for someone.

Assuming that you mean as Kolab Server for email.
A secondary Email host, aka DNS MX entry, should ideally
have a replicated ldap contents to directly bounce email
that the primary Kolab Server would also bounce.

One example is an non-existing user.
The primary Kolab Server will bounce such emails in the standard
configuration as it looks them up in the directory service.
If you secondary server accepts them and then later tries
to forward them when the primary becomes available again,
you might get into difficulties.

Bernhard

--

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
_______________________________________________
Kolab-users mailing list
Kolab-users <at> kolab.org
https://kolab.org/mailman/listinfo/kolab-users
ITSEF Admin | 5 Mar 2007 14:25

[2.1-rc1] kolabconf error messages in logs

Hi all,

I just noticed some strange error messages in my log files - again... This is 
with 2.1-rc1:

Mar  5 14:10:53 HOST kolabconf[11970]: T Warning: No configuration variable 
corresponding to `kolabfilter-verify-from-header' exists
Mar  5 14:10:53 HOST kolabconf[11970]: T Warning: No configuration variable 
corresponding to `kolabfilter-allow-sender-header' exists
Mar  5 14:10:53 HOST kolabconf[11970]: T Warning: No configuration variable 
corresponding to `kolabfilter-reject-forged-from-header' exists

These three show up in the log files whenever I modify a user, a few seconds 
after I have clicked on "Submit" in the webadmin interace. Any suggestions?

Regards,

Thomas
ITSEF Admin | 5 Mar 2007 14:37

Re: [2.1-rc1] kolabconf error messages in logs

On Monday 5 March 2007 14:25, ITSEF Admin wrote:
> I just noticed some strange error messages in my log files - again... This
> is with 2.1-rc1:
[...]

This seems to be related to another problem I've found, see:

https://intevation.de/roundup/kolab/issue1638

Regards,

Thomas
ITSEF Admin | 5 Mar 2007 14:44

Re: [2.1-rc1] kolabconf error messages in logs

On Monday 5 March 2007 14:37, ITSEF Admin wrote:
> On Monday 5 March 2007 14:25, ITSEF Admin wrote:
> > I just noticed some strange error messages in my log files - again...
[...]

Another update: Logging into the webadmin interface as manager, going to 
"Services" -> "Mail Filter Settings" and clicking "Update" (without changing 
anything else) seems to have resolved this - the error messages are gone.

Regards,

Thomas
Richard Bos | 4 Mar 2007 23:25
X-Face
Picon

Can MS Outlook access exchange and kolab at the same time

Just wondering when a user is working in an environment that has MS Exchange 
and kolab operational at the same time, with some users assigned to MS 
exchange (most of the users of course) and the rest to kolab.  Is it possible 
for the MS Outlook client (with the kolab connector) to access the MS 
exchange server and the kolab server at the time?  If MS Outlook can access 
both (Exchange and Kolab), would the Outlook user be able to schedule a 
meeting (e.g.) using the information from Exchange and Kolab?

--

-- 
Richard Bos
Without a home the journey is endless

Gmane