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 - dimklankopf

Pages: [1]
1
In Zentyal 3.4 i used the DN notation. Everything works fine. Maybe there is a bug in my new installation.   ???

In my case the problem is solved.

Thank you for help StuartNaylor.

2
I got it.

If you use postfix mta with ldap query against samba4 / zentyal:

Wrong
bind_dn = CN=ldap,DC=test,DC=tld

Right
bind_dn = user@test.tld

Same in apache directory studio. Do not use DN natation.

3
Same error message: LDAP error code 49 - simple bind failed NT_STATUS_UNSUCCESSFUL

Is there any logfile in Zentyal for LDAP error messages? Maybe i could collect more information?!

4
Hey guys,
i hope someone could help me!

Basic information:

MTA (Postfix, Ubuntu 12.04) 192.1.1.1
Clean install Zentyal 3.5 (Mailserver) 192.1.1.2 with user "ldap"

Problem:

My MTA try to query LDAP information against Zentyal. (postmap -vq user@test.tld ldap:/etc/postfix/ldap.cf). Zentyal refuse the connection with this error message:

postmap: dict_ldap_lookup: No existing connection for LDAP source /etc/postfix/ldap.cf, reopening
postmap: dict_ldap_connect: Connecting to server ldap://192.1.1.2:389
postmap: dict_ldap_connect: Actual Protocol version used is 3.
postmap: dict_ldap_connect: Binding to server ldap://1.1.2:389 with dn CN=ldap,DC=test,DC=tld
postmap: warning: dict_ldap_connect: Unable to bind to server ldap://192.1.1.2:389 with dn CN=ldap,DC=test,DC=tld: 49 (Invalid credentials)
postmap: fatal: table ldap:/etc/postfix/ldap.cf: query error: Success


MTA ldap.cf

# directory settings
server_host = 192.1.1.2
search_base = DC=test,DC=tld
version = 3

# user binding
bind = yes
bind_dn = CN=ldap,DC=test,DC=tld
bind_pw = password

query_filter = mail=%s
result_attribute = mail

I tried this configuration on Zentyal 3.4 two month ago and it works fine.

5
Hallo zusammen,
ich versuche seit einigen Tagen Openchange unter Zentyal 3.4 zu konfigurieren. Leider nur teilweise erfolgreich.

Meine Konfiguration

Client Win7 mit Outlook 2010
Client Win7 64Bit mit Outlook 2013

Zentyal Server mit folgenden Modulen: Netzwerk, Firewall, Antivirus, DNS, Backup, Ereignis, Logs, Überwachung, NTP, Users and Computers, Webserver, E-Mail, Filesharing and Domain, Openchange, Openchange Webmail

1 Feste IP als "extern" konfiguriert (Firewall angepasst)

Fehlerbeschreibung

Ich verbinde meinen Outlook Client (egal ob 2010 oder 2013) mit Openchange laut dieser Anleitung: http://laboratory.zentyal.org/part-ii-install-configure-zentyals-technology-preview-of-native-ms-exchange-replacement/

Das verbinden funktioniert einwandfrei und das versenden auch. Wenn ich eine Email von einem externen Account erhalte wird diese nicht in der Inbox angezeigt. Im Webmail und per IMAP/POP Konto sehe ich diese Mail aber ohne Probleme. Versuche ich die Inbox per senden/empfangen zu aktualisieren verliert der Client ab und zu die Verbindung zu Openchange. Danach erhalte ich eine Fehlermeldung und einen Crashreport im Webinterface von Zentyal. Nach diesem Fehler muss der Openchange und Filesharing Dienst neu gestaret werden.

Crashreport

Der Crashreport beinhaltet folgden Text (/etc/crash/_usr_sbin_samba.0.crash): cat: _usr_sbin_samba.0.crash: Permission denied

Leider ist hier sehr wenig beschrieben.

/etc/samba

Hier die Berechtigungen von /etc/samba

-rw-r--r-- 1 root root    8 Feb 28 01:09 gdbcommands
-rw-r--r-- 1 root root 9525 Mär 31 14:21 smb.conf.ucf-dist
-rw-r----- 1 root ebox  417 Apr  1 11:16 openchange.conf   <- Ist das hier richtig?
-rw-r--r-- 1 root root 1059 Apr  1 11:16 smb.conf

/var/log/samba/samba.log

2014/04/01 11:16:27.850978,  3] ../source3/param/loadparm.c:4838(lp_load_ex)
  lp_load_ex: refreshing parameters
[2014/04/01 11:16:27.851083,  3] ../source3/param/loadparm.c:750(init_globals)
  Initialising global parameters
[2014/04/01 11:16:27.851116,  2] ../source3/param/loadparm.c:543(max_open_files)
  rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
[2014/04/01 11:16:27.851175,  3] ../lib/util/params.c:550(pm_process)
  params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
[2014/04/01 11:16:27.851204,  3] ../source3/param/loadparm.c:3564(do_section)
  Processing section "[global]"
[2014/04/01 11:16:27.851309,  3] ../lib/util/params.c:550(pm_process)
  params.c:pm_process() - Processing configuration file "/etc/samba/openchange.conf"
[2014/04/01 11:16:27.851339,  3] ../source3/param/loadparm.c:3564(do_section)
  Processing section "[global]"
[2014/04/01 11:16:27.851471,  2] ../source3/param/loadparm.c:3581(do_section)
  Processing section "[netlogon]"
[2014/04/01 11:16:27.851558,  2] ../source3/param/loadparm.c:3581(do_section)
  Processing section "[sysvol]"
[2014/04/01 11:16:27.851624,  2] ../source3/param/loadparm.c:3581(do_section)
  Processing section "[homes]"
[2014/04/01 11:16:27.851762,  3] ../source3/param/loadparm.c:1773(lp_add_ipc)
  adding IPC service
[2014/04/01 11:16:27.852031,  2] ../source3/lib/interface.c:341(add_interface)
  added interface eth0 ip=192.168.x.x bcast=192.168.x.x netmask=255.255.255.0
[2014/04/01 11:16:27.852106,  3] ../source3/smbd/server.c:1257(main)
  loaded services
[2014/04/01 11:16:27.852217,  3] ../source3/smbd/server.c:1289(main)
  Becoming a daemon.
[2014/04/01 11:16:28.185357,  3] ../lib/ldb-samba/ldb_wrap.c:320(ldb_wrap_connect)
  ldb_wrap open of idmap.ldb
[2014/04/01 11:16:28.302531,  3] ../source3/rpc_server/svcctl/srv_svcctl_reg.c:565(svcctl_init_winreg)
  Initialise the svcctl registry keys if needed.
[2014/04/01 11:16:28.304651,  3] ../source3/rpc_server/eventlog/srv_eventlog_reg.c:59(eventlog_init_winreg)
  Initialise the eventlog registry keys if needed.
[2014/04/01 11:16:28.305241,  2] ../source3/smbd/server.c:938(smbd_parent_loop)
  waiting for connections
[2014/04/01 11:17:28.347080,  2] ../source3/smbd/server.c:437(remove_child_pid)
  Could not find child 3618 -- ignoring
[2014/04/01 11:18:28.415148,  2] ../source3/smbd/server.c:437(remove_child_pid)
  Could not find child 3894 -- ignoring
[2014/04/01 11:19:28.483210,  2] ../source3/smbd/server.c:437(remove_child_pid)
  Could not find child 4404 -- ignoring
[2014/04/01 11:20:28.549102,  2] ../source3/smbd/server.c:437(remove_child_pid)
  Could not find child 4909 -- ignoring


Ich wäre für jeden Tipp dankbar.


P.S. Sollte ich den Thread falsch zugeordent haben bitte verschieben :)



Pages: [1]