Displaying 20 results from an estimated 200 matches similar to: "problem with synchronize samba and unix password - ldap"
2009 May 16
1
Gamma function
Hi Guy,
I am having trouble graphing the following function
√2Γ(n/2)/[√n − 1Γ((n − 1)/2 for the values of n between 2 and 50.
i know that Γ(n) = (n-1)!, which in R is factorial(n-1)
When i type that into R, using y <- function(n).....
and then plot(y,2,50), it doesnt give me anything meaningful, in fact, it comes up with a message saying something like "in gamma(n+1) ploted" or
2009 May 13
11
Simulation
Dear R users,
Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size.
For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed?
(Since I dont want to do "rnorm(100,0,1)" in R for 1000 times)
Thanks for help
Debbie
2008 Feb 29
1
write.csv +RMySQL request
Hello,
I am relatively new to R and learning its ins and outs. As part of a website I am building, I need to read and write csv files directly from an SQL database. Basically I want to convert R variables (dataframes) into CSV format, store them as another R variable (as a properly formatted text string suitable for csv reading) and then send this to one row in a database.
The SQL part is fine,
2006 Nov 30
1
CAPI module issue
Hi List,
I am experiencing an issue in a server that I have installed asterisk;
configured an AVM FRITZ card to work with the capi module.
Once istalled the card works perfect; however every time I reboot the
machine I found that I have to re install the capi4k-utils before I can load
asterisk otherwise the capi module will not loadup.
Can anyone direct me in the right direction in order to
2007 May 23
2
Can't contact LDAP server,
I have samba 3 with ldap as a authentication backend. When I use pdbedit
-a user everything works ok and the user is adding to the ldap database.
But I have problem with exporting smbpasswd to ldap, when I try pdbedit
-i smbpasswd:/etc/samba/smbpasswd -e ldapsam
I've got a problem that failed to bind to server ldap://localhost
Error: Can't contact LDAP server,
but my ldap serwer is on
2007 Sep 11
3
samba doesnt change shadowLastChange
Hello
I have a samba 3 working as a PDC with Ldap as a authentication backend.
I have a such problem, when user in windows try to change password to
samba by ctr+alt+delete, password is changing (password is also sync and
it works fine ), but the ldap attribute shadowLastChange doesnt change.
What is wrong?
thanks in advance
tim
2007 Mar 01
2
setting font in plots
Dear Reader
I am trying to change the font in a plot and after several trials finally
came up with the following code.
plot(var_a, var_b, pch = 16, font.lab = 10, font = 10)
points(var_a, var_c, pch = 3, font = 10)
legend(0.1, 0.8, legend = c(?var_b?, ?var_c?), pch = c(16,3))
It does change the font in the plot (Courier), but not in the legend that
does not accept the "font = ..."
2007 May 21
1
migrate smbpasswd to ldap (ldif format)
I have a samba 2.2 as a PDC, i would like to upgrade it to samba 3 with
ldap as a backend, do you know how to migrate smbpasswd file to ldap
(ldif fromat)
thanks in advance
luk
2007 May 28
1
how to get SID from samba 2
How to get SID from samba 2 working as PDC.
I try to use smbpasswd -S DOMAIN
but my smbpasswd doesnt have such option -S
smbpasswd: invalid option -- S
smbpasswd [options] [username] [password]
options:
-s use stdin for password prompt
-D LEVEL debug level
-U USER remote username
-r MACHINE remote machine
-L local
2008 May 20
1
The specified network name is no longer available 3.0.25 RHEL4
I have a reproducible intermittent error large site - "The specified network name is no longer available".
This happens when copying large files. Below is part of log level 10 output & strace. Sorry for the long posting. I will probably need to put the loglevel 10 attached to a bugzilla - but thought I would try the lists initially.
RHEL4
samba-3.0.25b-1.el4_6.4
2008 Jul 26
2
Samba + LDAP integration
Hi people,
Been doing a server installation with Samba as a primary PDC that uses an
LDAP backend on CentOS 5.
The thing is that I cannot be able to get Samba and LDAP to talk as they
should and now Im really stuck.
Below are my dumps for /etc/samba/smb.conf, ldap.conf (copied its contents
to /etc/openldap/ldap.conf too), and smbldap.conf.
Excuse my long post; trying to be as elaborate as
2004 Sep 27
3
Problems with the IdealX scripts
Not sure if this is where I should ask about this, but if I try to run any of
the smbldap-* scripts, I get the following kind of output:
oink:/usr/local/sbin # ./smbldap-populate
Using builtin directory structure
erreur LDAP: Can't contact master ldap server (IO::Socket::INET: Bad protocol
'tcp') at /usr/local/sbin//smbldap_tools.pm line 153.
I feel like this must be from a typo
2009 Nov 26
1
password expiration problem
Greetings. I have problem with password expiration problem i cannot
handle myself, so i wrote in this list.
Recently i discovered that a newly created samba account has already
expired password.
smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c
"Tommy T." tommy
smbldap-passwd tommy
getent shadow
user:*:::::::0
user2:*:::::::0
user3:*:::365::::0
2006 Jun 15
0
UNIX accounts cant create
ryan i see and review my configuration a lot of times searching a error
but nothing... I thinking to reinstall all server in a linux box for test. the actual samba+ldap server is a Unix Solaris 10 X86
/usr/local/samba/bin/net getlocalsid
SID for domain NEPTUNE is: S-1-5-21-1628075765-904855948-1163074499
smbldap.conf wthout "comments"
2014 Dec 02
0
SID always change after reboot
Hello,
I am using samba 4.1
sambaSID in my server alway change a new value after reboot.
What wrong in my config? and How can sambaSID be stable?
Thanks all!
This is my samba server config:
[global]
workgroup = NISCI
netbios name = NISCI
server string = %h server (Samba, SAMBA)
;enable privileges = yes
interfaces = lo eth1
2006 Jun 30
1
ldap password sync and RFC2307 hash schemes
Hey everyone,
I'm running Samba on Slackware 10.2. As near as I can tell
based on looking at the glibc source, my options for Unix
passwords (in /etc/passwd, or LDAP -- same options) are these:
1. crypt() with plain old, busted traditional hashing.
2. crypt() with MD5 hashing, via $1$saltsalt$hashhashhashhash
format; the crypt() function the special format and
automatically uses
2008 Oct 28
0
samba 3.2.3: win2k join fails, xp join works
Hi,
I recently upgraded my pdc server(samba3.0.x+ldap) to debian lenny(
samba 3.2.3).
After the upgrade, the win2k join is no longer working and returns
"Logon failure: the User Name unknown or bad password".
The Xp join works properly.
The same thing seems to be happen to other users; same problem and same logs:
2004 Jul 19
3
Samba/LDAP/PDC Questions
Greetings!
I created a Samba/OpenLDAP/smbldap-tools Primary Domain Controller. So far
I am able to do the folowing:
1. Using USRMGR,EXE to administrating users and groups.
2. Adding Windows 2000, XP workstation on the fly.
3. PDBEDIT/SMBLDAP-TOOLS/GQ all works as they suppose to.
4. LDAP autheticate unix accounts.
However, I am not able to to the following:
2009 Nov 29
0
password expiration
Greetings. I have problem with password expiration problem i cannot
handle myself, so i wrote in this list.
Recently i discovered that a newly created samba account has already
expired password.
smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c
"Tommy T." tommy
smbldap-passwd tommy
getent shadow
user:*:::::::0
user2:*:::::::0
user3:*:::365::::0
2004 Nov 23
2
Users being deleted from Domain Users group on Samba BDC during vampire process of migration
I think I'm having a problem during the vampire process. Would someone
tell me why my domain users are being deleted from the Domain Users group
after they are created?
First, the accounts are being created normally...
Creating account: marshah
Creating account: marshab
Creating account: johnp
.
.
.
Creating account: ronniem
Creating account: bobbyr
Creating account: robertk
Creating