similar to: how to backup samba ad domain

Displaying 20 results from an estimated 6000 matches similar to: "how to backup samba ad domain"

2016 Jul 26
3
how to backup samba ad domain
My friend, you ow me a lot then. :D I receive an error on the line 179 ${CMD_AWK} -F '.' '{print $2}') if [ -n "${TARVERSION}" ] && [ " ${TARVERSION}" -ge "27" ]; then It is about Incorrect syntaxt. A syntax where not expected before the then. I am using Centos 7.2 and samba-sernet 4.2 Thank you again On Tue, Jul 26, 2016 at 4:11 PM,
2016 Apr 04
3
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Dear Samba users and admins, I am trying to deploy Samba4 as a domain controller and a file server and having some issues.* The domain have been well provisioned with option --use-rfc2307 I am then trying to create share by following this samba wiki https://wiki.samba.org/index.php/Shares_with_Windows_ACLs The problem is that i cannot succeed to change the group owner of the folder I want to
2016 May 30
1
Samba4 support qmail and asterisk
Thank you Rowland for your feedback. Regards On Sun, May 29, 2016 at 8:00 PM, Rowland penny <rpenny at samba.org> wrote: > On 29/05/16 19:28, Jules Houantonon wrote: > >> Dear all, >> >> please i want to know if Samba4 support qmail, and Asterisk server as >> Active Directory server for authenticating user. >> >> Thank your for your reply >>
2016 Jul 26
1
how to backup samba ad domain
I have one DC in Samba 4.3.9-Ubuntu Server I set the backup script and it is working properly! The restore test it is OK for me! I scheduled via CRON and the backup takes one minute only to run *#!/bin/bash* *####################################* *#* *# Samba_AD backup script* *#* *####################################* *# Stop Samba* */etc/init.d/samba stop* *# What to backup*
2016 Jul 26
5
how to backup samba ad domain
Hai Kevin, I to have more dc's but same as what your saying.. > In general that's fine if all you care about is being able to recreate a > failed DC (after hardware failure or bad system update). It's no use in > protecting you against user/sysadmin error where you make large, but > unwanted changes to your directory (like accidentally deleting 200 users) > and you
2016 Apr 05
3
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Thank you Rowland, I do not change my existing configuration as far i have already indicate winbind value on both passwd and group lines in nsswitch.conf. But i execute the net cahe flush command and then try getent command by providing the user name and it works. It provide outpout for a demo acount that it is only creat in AD and has unix attribute assigned : #getent passwd demo
2017 Jan 06
2
Problem when attempting to authenticate Samba4 with MS-RPC
Dear Rowland, thank you for your mail and answer. Regards On Fri, Jan 6, 2017 at 5:53 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 6 Jan 2017 16:33:37 +0100 > Jules Houantonon via samba <samba at lists.samba.org> wrote: > > > Hello dears, > > > > I am using Samba 4.2 Sernet as Active Directory. > > > >
2016 May 29
2
Samba4 support qmail and asterisk
Dear all, please i want to know if Samba4 support qmail, and Asterisk server as Active Directory server for authenticating user. Thank your for your reply Regards -- Jules HOUANTONON *Phone* : (00229) 97578914 *Email *: juleshoueto at gmail.com *Skype* : houantonon *linkedin* : www.linkedin.com/in/jhouantonon/en
2017 Jan 06
2
Problem when attempting to authenticate Samba4 with MS-RPC
Hello dears, I am using Samba 4.2 Sernet as Active Directory. Authenticating Cisco Identity Service Engine against Samba4 does not work when we choose MS-RPC as authentication type. We received this error : RPC Request Logon failed Status_connection_aborted error_rpc_netlogon_failed Did I need to do any further configuration ? Thank you for helping. Regards -- Jules HOUANTONON *Phone* :
2016 Apr 05
2
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Hi Denis, Thank you for your mail. I assigned the GID 10000 to the domain admins group through ADUC, and wbinfo --info-group "domain admins" display the correct output. But i am still not able to execute succesfuly #chgrp "Domain Admins" /home/demo And when i go to ADUC and try to open the Unix Attribute of domain admins group, i have the error "Unable to
2016 Jul 25
2
Unable to execute ldapsearch on samba4 installed in Active Directory mode
Dear all, i install samba-sernet-ad 4.2 on a Centos 7.2 Linux. I also install phpldapadmin to connect to the domain with the Administrator distinguished name. >From phpldapadmin, i am able to connect as anonymous, but when i try to provide Administrator Distinguished name and password, authentication failed. I received this error : stronger authentication required (8) for user. I then try
2016 Jul 26
1
how to backup samba ad domain
On 26/07/16 16:01, Jules Houantonon wrote: > Hi all, > > as for samba sernet installation, the etc direction is located in to /etc > and the private in to /var/lib/samba, as the sysvol to /var/lib/samba also, > > i adjust the parameter FROMWHERE=/usr/local/samba to : > > FROMWHERE=/etc/samba > FROMWHERE=/var/lib/samba/private > FROMWHERE=/usr/local/samba/sysvol >
2016 Apr 19
2
Best Pratice for installing samba package in production environment
Hello Helmut, thank you for your feedback. I think that i am not making my self clear enough. Independant of the distribution, is it recommended to install Samba4 tar ball version in a production environment, or sernet package ? I know that with sernet you can have benefit of support, so it may be an advantage. But what about if i choose to install code source version downloaded from
2016 Apr 05
2
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Dear all, thank you for your previous mails. It realy help me. Denis, Following your mail and thanks to the link i configure my /etc/nsswitch.conf file by adding windbind to user and group line and execute winbindd command. As i install samba4 from sernet package, init script are created for starting AD, smbd, nmbd and winbindd. But i read that smbd, nmd and winbindd should be disable to
2016 Apr 05
2
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Thank you Rowland for your mail. My aim is to create a fileserver with samba4 and with acl supported. Users most logon through their windows that are in domain to access their shares. Samba how to and your explanations open my eyes on the interaction between samba users and group with the Linux OS. >From ADUC, I assign an Unix Attribute to a user accout, and automatically it is given 10000
2016 Apr 19
2
Best Pratice for installing samba package in production environment
Hi Helmut, Thank you for your mail. The distribution is Debian linux 7.9. I am talking of a fresh installation, and of course of it's update after. Thank you for helping. Regards Le 19 avr. 2016 06:08, "Helmut Hullen" <Hullen at t-online.de> a écrit : > Hallo, Jules, > > Du meintest am 18.04.16: > > > Is it recommended to install the tarball or archive
2016 Jul 26
1
how to backup samba ad domain
Thank you all for your feedback. I appreciate it. I only have one DC, and i cannot install another one. Please, now how can I adjust the backup script to work witch samba-sernet package installation ? Regards On Tue, Jul 26, 2016 at 12:11 PM, Rowland penny <rpenny at samba.org> wrote: > On 26/07/16 11:16, Jules Houantonon wrote: > >> Dear all, >> >> i installed
2016 Jun 20
3
How to change samba4 domaine name
Hello dear samba users, please is it possible to change samba4 domaine name ? Did someone have a how to or can explain to acheive it ? Thank you -- Jules HOUANTONON *Phone* : (00229) 97578914 *Email *: juleshoueto at gmail.com *Skype* : houantonon *linkedin* : www.linkedin.com/in/jhouantonon/en
2016 Jun 17
2
Samba compilation failed
Hell all, I am trying to install samba4 with source code. I download samba-4.4.4.tar.gz, but while executing the make command, it fail with this error : Build failed: -> task failed (err #6): {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml -> smb.conf.5} Note : I have already run a make command that fail previously because i made an error by specifying the ./configure
2017 Jan 07
2
Problem when attempting to authenticate Samba4 with MS-RPC
On Sat, 7 Jan 2017 13:27:34 +0100 Jules Houantonon <juleshoueto at gmail.com> wrote: > Hello Rowland, > > But please tell me, is RPC enable by default on samba4 as AD server ? > If you mean an AD DC, then yes Rowland