Hello
So when I do this command ...
testparm
I have this result as config
[global]
workgroup = FOXNET
realm = eas.foxnet.be
interfaces = 62.210.220.164, 127.0.0.1
bind interfaces only = Yes
server role = active directory domain controller
passdb backend = samba_dsdb
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbind, ntp_signd, kcc, dnsupdate
dcerpc endpoint servers = +mapiproxy
rpc_server:tcpip = no
rpc_daemon:spoolssd = embedded
rpc_server:spoolss = embedded
rpc_server:winreg = embedded
rpc_server:ntsvcs = embedded
rpc_server:eventlog = embedded
rpc_server:srvsvc = embedded
rpc_server:svcctl = embedded
rpc_server:default = external
mapiproxy:openchangedb = mysql://openchange:Mich_7543@localhost/openchange
mapistore:indexing_backend =
mysql://openchange:Mich_7543@localhost/openchange
namedproperties:mysql_db = openchange
namedproperties:mysql_host = localhost
namedproperties:mysql_pass = Mich_7543
namedproperties:mysql_user = openchange
mapistore:namedproperties = mysql
dsdb:schema update allowed = true
dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp,
exchange_ds_rfr
dcerpc_mapiproxy:server = true
idmap_ldb:use rfc2307 = yes
idmap config * : backend = tdb
map archive = No
map readonly = no
store dos attributes = Yes
vfs objects = dfs_samba4, acl_xattr
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
[netlogon]
path = /var/lib/samba/sysvol/eas.foxnet.be/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
When I run the following command to test the config offer, I have more
of an error, is it just or not
samba -d3 -i -M single
Michel
De : Rowland Penny
Répondre à : Development list
Date : samedi 23 mai 2015 22:41
À : <devel@lists.openchange.org <mailto:devel@lists.openchange.org>>
Objet : Re: [openchange][devel] Some explanations on the functioning
of the DNS
On 23/05/15 21:10, Foxnet Support wrote:
Before starting this message, I would like to thank you for your help.
I wanted to change this configuration and unfortunately this is
"planted" my server:
I am not sure I understand the above line ? what do you mean by
"planted" ?
search eas.foxnet.be
nameserver xxx.xxx.xxx.x
Your dns name appears to 'eas.foxnet.be' so the first line should be
ok, the second line needs to contain the ipaddress of your server OR
its localhost address '127.0.0.1'
What this means is, if your servers ipaddress is 192.168.0.2, then
your /etc/resolv.conf should be:
search eas.foxnet.be
nameserver 192.168.0.2
OR
search eas.foxnet.be
nameserver 127.0.0.1
Your samba4 server needs to use itself as the dns server.
If I not happen, is this a problem?
If you mean, if it is not correct what will happen, well if the wrong
nameserver is used, your samba 4 AD domain will not be resolvable.
Rowland
thank you
Michel
De : Rowland Penny
Répondre à : Development list
Date : samedi 23 mai 2015 21:58
À : <devel@lists.openchange.org <mailto:devel@lists.openchange.org>>
Objet : Re: [openchange][devel] Some explanations on the functioning
of the DNS
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.orghttp://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 <mailto:devel@lists.openchange.org>
http://mailman.openchange.org/listinfo/devel
_______________________________________________
devel mailing list
devel@lists.openchange.orghttp://mailman.openchange.org/listinfo/devel
_______________________________________________ devel mailing list
devel@lists.openchange.org <mailto:devel@lists.openchange.org>
http://mailman.openchange.org/listinfo/devel
_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel