On 23/05/15 20:22, Foxnet Support wrote:
what kerberos packages have you installed (by the way what operating system are you using ?)

Direct response
Jessie 8 (debian)

My smb.conf file, this is what is ...

workgroup = FOXNET

      realm = eas.foxnet.be

      netbios name = MAIL

      server role = active directory domain controller

server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate

      idmap_ldb:use rfc2307 = yes


      ### Configuration required by OpenChange server ###

      dcerpc endpoint servers = +epmapper, +mapiproxy, +dnsserver

      dcerpc_mapiproxy:server = true

dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr


      dsdb:schema update allowed = true

      ### Configuration required by OpenChange server ###


      mapistore:namedproperties = mysql

      namedproperties:mysql_user = openchange

      namedproperties:mysql_pass = Mich_7543

      namedproperties:mysql_host = hostname

      namedproperties:mysql_db = openchange


mapistore:indexing_backend = mysql://openchange:Mich_7543@localhost/openchange

mapiproxy:openchangedb = mysql://openchange:Mich_7543@localhost/openchange




thank you
Michel

De : Rowland Penny
Répondre à : Development list
Date : samedi 23 mai 2015 21:14
À : <devel@lists.openchange.org <mailto:devel@lists.openchange.org>>
Objet : Re: [openchange][devel] Some explanations on the functioning of the DNS

Have you altered smb.conf (other than for openchange) ?

what kerberos packages have you installed (by the way what operating system are you using ?)


_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

OK, one other thing, comment out this line in smb.conf:

dcerpc endpoint servers = +epmapper, +mapiproxy, +dnsserver

Just put a '#' sign in front of the line.

then run this: samba-tool testparm -v | grep dcerpc

you will have to press 'enter' twice

I think you will find that you get this:

dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver

In which case, alter the line in smb.conf that you commented out to this:

dcerpc endpoint servers = +mapiproxy

The whole idea of the line is start servers that are not normally running, so you only need the ones in the line that are not the defaults.

You will then need to restart samba.

Rowland

_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to