Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - erikms

Pages: [1]
1
Directory and Authentication / Re: LDAP settings
« on: December 11, 2015, 12:14:00 pm »
Hi BerT,
just ran through that forum post... what I find strange is that my /etc contains no ocs* directories, and that
Code: [Select]
find|xargs grep -i 'dc=' in the /etc directory (which should find any file that contains [dD][cC]= ) comes up with:
Code: [Select]
./ldap/ldap.conf:#BASE  dc=example,dc=com
./debconf.conf:#BaseDN: cn=debconf,dc=domain,dc=com
./debconf.conf:#BindDN: uid=admin,dc=domain,dc=com
i.e. no zentyal/ldap/openchange related config there.
where oh where is that config?
not in /usr/etc
not in /usr/local/etc

the same find in the /usr/share directory:
find zentyal* |xargs grep -i 'dc='
comes up empty as well
so... any other pointers?

update: just checked /var/lib/zentyal...
nothing there either

2
Directory and Authentication / Re: LDAP settings
« on: December 04, 2015, 03:39:41 pm »
Dear BerT,

Um...OpenChange?
Other than that, that is exactly what I am looking for... now to find that config; old posts locate the information in various places in the filesystem, but all that seems to have changed.

Any pointers from the zentyal gurus?
I get the impression that the info may be hidden in the redis data...

Yours,
-Erik

3
Directory and Authentication / Re: LDAP settings
« on: December 04, 2015, 08:16:01 am »
Dear Brunovon,
Thank you for your swift reply.

To answer your questions:
My domain functional level is 2003R2; the netbios name of my zentyal server is zentyal (surprise). My current (Win2003R2) domain server has users attached, and I would like to migrate them eventually to Zentyal.

I have read the wiki, before making this post. The problem is NOT that I can not connect to the domain.
My problem is that the Base DN is incorrect, and my question is "where can I change it?".

Judging from the number of views, this is a common problem... judging from the number of replies, it is also a problem that is hard to solve?

4
Directory and Authentication / LDAP settings
« on: December 02, 2015, 02:40:20 pm »
Dear all,
I have just installed my first Zentyal server, and I must say: a beautiful piece of work.
However, i want to use Zentyal as a Domain Controller in our network.
Our current DC is a Win2003 machine, with its user database under OU=Users,OU=Company,DC=domainname,DC=tld

However, when I install Zentyal, the base DN (Users and Computers>LDAP settings) is DC=domainname,DC=tld
and the Default users DN is CN=Users,DC=domainname,DC=tld

This means that I can not see or maintain my current users, since the OUs are not present.

So how do I change the DNs in the Zentyal server?
This is the Zentyal Development Edition 4.2, btw

Pages: [1]