Displaying 20 results from an estimated 4000 matches similar to: "Samba - OpenLDAP User Mapping"
2011 Dec 07
3
sync prob with big files
Hi list.
We have 2 NAS-Devices, each mounted on the same (virtual) box. For our
backup we use bacula. Bacula ist writing its files to the first NAS
(192.168.1.9). These are big files, up to 160 GB.
For implementing a good backup strategy we decided to mirror (sync)
another NAS-Device (192.168.1.8) to have redundant bacula backups. If
sync is done the Device will be kept at another location too.
2002 Dec 10
1
"mystic" apply ?
hi,
have anybody a suggestion why this function
works only for a vector correct.
When i'm using apply(data,2,fuzzy) i have the columns
stacked (i.e. dim(x) =1000,4 should after the function 1000,8
instead is 2000,4) - for single vector it's ok.
fuzzy <- function (x)
{
fuz.x <- cbind(x, x)
min <- quantile(x, 0.20)
max <- quantile(x, 0.80)
fuz.x[x >=
2002 Dec 09
1
ifelse ?
Hi,
i want transform data and using apply(data,2,fuz)
, but i don't know why the values < low & > high don't get 0 or 1, they
get
the value from Formula ,too "((x-low)/(high-low))" what's not the
intention ?
....is switch more approriate !?
thanks for advance ,Christian
fuz <- function (x) {
#x <- na.omit(x)
low <- quantile(x,0.15)[[1]]
high
2007 Nov 14
0
4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 3
test/trace/Makefile.am | 18 ++++
test/trace/callmethod-this-5.swf |binary
test/trace/callmethod-this-5.swf.trace | 136 +++++++++++++++++++++++++++++++++
test/trace/callmethod-this-6.swf |binary
test/trace/callmethod-this-6.swf.trace | 134 ++++++++++++++++++++++++++++++++
test/trace/callmethod-this-7.swf
2011 Oct 13
3
Samba, OpenLDAP and Passwords
Hi,
I have an existing OpenLDAP directory, that I want to use as the backend for
a Samba 3 instance.
I do not want for now making Samba a Domain Controller, but only define in
it some shares accessible by users on LDAP.
I have imported in my slapd.conf the samba schema, and I have inserted in my
smb.conf all the directives for connecting to an LDAP server:
passdb backend =
2014 Sep 04
2
samba4 + squid 2.7 auth
Hi list, i have a samba4 AD server working, and squid 2.7 auth
internal...so i need change the auth of squid to my samba4 server....i
search in google but information is incomplete and diferent...any
official site, wiki or user experince to get information about?
regards and thanks
--
Administrador de Redes
Nodo Provincial ESILT
OS: Debian 7.5 wheezy
2011 Aug 14
2
ntconfig.pol for samba3.5.6+openldap+Win7
Hi all,
All clients are Win 7.
How can I transmit rules defined in gpedit for users (for example
forbid execution of regedit) to the Default User roaming profile?
Is it done with a ntconfig.pol ? If yes, how can I make it ?
Thanks
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2010 Nov 04
2
samba and OpenLDAP ppolicy
I am looking for a way to enforce our password policy using our PDC with
OpenLDAP. I have already configured ppolicy, just can not find a way to
make it enforce it on the windows clients. Searches turn up little to go
on. I must be searching for the wrong terms. Anyone have any pointers?
2023 Mar 20
1
PHP-LDAP RPM installed but not usable
I've also tried adding the pgsql and mysql RPM's and they're not
available either.
On 20/03/2023 12:58, Gary Stainburn wrote:
> Apologies.? This is the correct screen grab.
>
> The extra errors in the OP were because I had been experimenting, to
> try to fix the issue.
>
> [root at testsvr ~]# ./ldapAuth.php gary.stainburn fake-password
> PHP Fatal error:?
2006 May 04
1
samba ldap domain join
All LDAP authentciation works just fine,
windows passwords can be set LDAP users. Windows workstations can connect
to the machine's shares using windows passwords stored in LDAP>
LDAP tools are configured with the right LDAP credentials and DN settings,
for people and computers. The logs show authenticated connections with
Directory Manager's credentials, but the computer accounts
2011 May 30
3
Join W2008 R2 64bit to samba 3.5.8
Just a short question:
How can a W2008 R2 64 bit Server be joined to samba 3.5.8 Domain?
-----------------------------------------------
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
-----------------------------------------------
2008 Mar 30
1
can't compile Wine 9.58 under Mepis 7 32bit
Hi
I got wine from Sourceforge and extracted it to a folder. In that folder I open a terminal and want to check dependencies .
I get this :
fuz at Fuzzy:~/linux saved/wine-0.9.58$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default
2004 Aug 09
1
Printer on LDAP PDC debug help?
Mandrake 10.0 LDAP PDC with ldapauth.
Server is a member of the PDC but not using winbind since we have
ldapauth. Basically this just means that I used:
net rpc join -U Administrator%PASSWORD
I've been going by the HOWTOs and books from the beginning. I even have
the Samba HOWTO Guide and Reference in dead tree format.
Today I tried using a simple setup from this site:
2011 Nov 25
6
samba PANIC
Hello folks.
We've got a wierd Problem at a customer server.
The Server was running fine until tomorrow morning...
My problem is that i have no idea where to begin my search for a solution.
The Server is used as a Primary Domain Controller and worked just fine.
here you see what cat /var/log/message | grep smbd is trying to tell me:
First i have a lot of lines like this:
Nov 20 04:04:12 dc
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba:
#!/usr/bin/ksh
echo "\npassword: cvs\n"
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba
Are there any other commands I could tack on or something I should do
differently to make sure I am getting correct rebuilds?
For example, should I tack on at the end:
cd
2016 Apr 21
1
[Solved] Samba 4 sudoers
On Thu, 21 Apr 2016, John Gardeniers wrote:
> Good news, I now have this working. Once I finish writing my notes I'll make
> them available to whoever might want them.
Good to hear. I tried to get his working by following some of the online
docs and the sudoers docs, and never did get it to work. It'd be great if
someone could put this up on the Samba wiki when it's
2008 Nov 27
2
How to create users accounts with already encrypted passwords ?
Hi, i need to create users accounts into Samba with already encrypted
passwords from a file. I use tdbsam backend and Samba 3.0.24 (Debian Etch)
The file format is quite easy :
login1|Unix_passwd|Lanman Password Hash|NT Password Hash
First, i create the unix users with their already encrypted password :
useradd -p Unix_passwd login1.
Fine.
But can i do the same thing with smbpasswd or pdbedit
2011 Mar 15
2
howto check and setup privileges
hi everybody,
when using
enable privileges = yes in smb.conf
where does the permission get saved?
I assume in the passdb backend or is there a tdb server specific file in
/var/lib/samba?
cause when i give a group the permission:
net rpc -S pa-server1 rights grant 'NET\domadmin' SePrintOperatorPrivilege
Enter root's password:
Successfully granted rights.
but when listing the
2012 Dec 03
4
Samba3 PDC and Windows 8 RTM
Hi there,
I have just purchased a new PC that came with Windows 8 Pro (Shudder...).
I have been trying to add this machine to my Samba3 based domain.
I'm getting the following error when doing so:
The following error occurred when DNS was queried for the service location
(SRV) resource record used to locate an Active Directory Domain Controller
(AD DC) for domain "<blah>":
2015 Apr 16
3
WG: Samba 4.1.7 /Centos 6 with bind-dlz ERROR: fialed to find dnsRecord for DC
No idea!??
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
-----Urspr?ngliche Nachricht-----
Von: Daniel M?ller [mailto:mueller at tropenklinik.de]
Gesendet: Mittwoch, 15. April 2015 14:40
An: 'samba-bounces at