Displaying 20 results from an estimated 30000 matches similar to: "Domain Server Problem"
2009 May 15
4
Timing in a script
Hi, all --
I am trying to write a script in which I can add users and their samba passwords easily and quickly.? It looks something like:
?? useradd -c "User Name" -g groupname -p unixpassword accountname
?? echo -e "smbpassword\nsmbpassword\n" | pdbedit -a -t -u accountname
If
I type the lines from the keyboard, it works fine.? However, when I try
to execute the script, the
2009 May 07
2
Samba and LDAP
Hi, all --
I am trying to set up an additional domain server within? my network
using SAMBA and LDAP.? There's a problem that I think is with LDAP.? If
any of you have set up a system like this, I would appreciate your
expertise.
Question # 1:? My PDC, which controls the domain and SAMBA, should
clearly use LDAP server.? Should the additional server use SAMBA server
or client??
2009 May 05
1
Domain Server Problem, continued
This is interesting, and it led to a bit more sleuthing.? I can log onto the PDC with any user ID/password; doesn't have to be mine.? Then I can access the share on the additional domain server using the user name/password of anybody with a smbpasswd password.? But with security = DOMAIN, shouldn't it look on the password server, in this case the PDC, for the proper password?? Is it really
2010 Apr 30
2
Newbie question
If I have 3 columns of data, col 1 = Independent Var; cols 2 and 3 are Dep.
Vars. I would like to produce a plot with both: col2=f(col1) and
col3=f(col1). How do I do this such that I can control line parameters
(line type, color, etc). I know that if I stack the data and col2 and col3
are treated as different factor levels, that I can accomplish this, but lose
control over the line
2001 Jan 23
10
smbpasswd error
Hallo ,
when I try to change user password on samba server i become this error :
error connecting to 127.0.0.1:139 (Verbindungsaufbau abgelehnt)
unable to connect to SMB server on machine 127.0.0.1. Error was : code
0.
Failed to change password for bukhari
if any someone I have an Idea please send me an E-Mail to
"ufz6@rz.uni-karlsruhe.de"
Thanks to All
Amir Bukhari
2004 Aug 31
3
encrypted passwords and /etc/passwd
Hello
Why is it necessary to specify
encrypt passwords = no
to make Samba server start using solely /etc/passwd?
Isn't it possible to tell Samba server that on the way between a client
and the server, the passwords sould be encrypted, and after decryption,
they will be checked against /etc/passwd and not smbpasswd, tdb or
whatever backend?
Cl<
2002 Feb 14
4
Authentication problems Still
Hi All,
I've tried everything I can think of, and spent many many
hours trying to get this Sun Solaris 8 machine to authenticate
with a Linux 7.1 machine acting as the PDC.
In summary:
Both machines are running 2.2.3a compiled from source
without additional arguments (just ran configure on each platform)
No problems with Win95, Win98, WinNT authenticating with the Linux
PDC.
The Sun machine
2002 Aug 29
1
Problems with joining NT Domain
I am having problems getting samba to join a Windows NT Domain.
I have done a debug.
resolve_lmhosts: Attempting lmhosts lookup for name HPKFPN1<0x20>
resolve_hosts: Attempting host lookup for name HPKFPN1<0x20>
Connecting to 10.1.1.5 at port 445
error connecting to 10.1.1.5:445 (Connection refused)
Connecting to 10.1.1.5 at port 139
lsa_io_sec_qos: length c does not match size 8
2003 Aug 05
3
users and smbpasswd
Hi all.
I am trying to let users change their passwords from the swap webpage.
But in the password interface when a user wants to change his password
I get the following error :
"machine 127.0.0.1 rejected the session setup. Error was : Not listening for
calling name."
OS: Debian 3.0
Samba v: 2.2.3
I have no problems changing the smb passwords as root, but when I login as a
regular
1998 Mar 17
26
Newbie Question
Does Samba allow me to mount NT (disks) file systems on my Unix (SGI)
box?
Randy
--
Randy Fox Coryphaeus Software, Inc.
Sr. Software Engineer 985 University Ave. Suite 31
rfox@coryphaeus.com Los Gatos CA, 95030
www.coryphaeus.com Tel: 408/395-4537
Fax: 408/395-6351
2009 Sep 25
2
grep or other complex string matching approach to capture necessary information...
Say I have the following data:
house_number<-floor(runif(100, 200, 600))
water_evaluation<-c("No water damage", "Water damage", "Water On", "Water off", "water pipes damaged", "leaking water")
water_evaluation_selection<-floor(runif(100, 1,6))
house_info<-data.frame(water_evaluation[water_evaluation_selection],
2009 Jul 21
2
Split plot analysis problems
Hello,
I would be very grateful if someone could give me a hand with my split
plot design problems.
So here is my design :
I am studying the crossed-effects of water (wet/dry) and mowing
(mowed/not-mowed = nm) on plant height (PH) within 2 types of plant
communities (Xerobromion and Mesobromion) :
- Within each type of communities, I have localised 4 blocks
- In each block, I have defined
2004 Jun 30
3
changing password with a windows client
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a SAMBA (samba 3.0.0) with PDC configuration where users are stored
with smbpasswd in /etc/samba/smbpasswd.
When I change a user password from a windows client, I get a error that
the domain can't be reached, but the password actualy changes.
How can I fix this problem? How can I make windows show that the password
was succefuly
2000 Jul 05
3
SAMBA eats up all memory...
Hello,
I am running SAMBA 2.0.7.0 on AIX 4.3.3.0
I have a 1 Tera Byte filesystem on AIX made available to NT and MAC.
There is heavy IO activity on this filesystem and all of a sudden the NT's
and MAC's can't read or write any file on this shared filesystem.
Also AIX is running out of memory whenever this happens and files cannot be
copied onto the said filesystem even at unix
2010 Oct 14
2
help with an unbalanced split plot
Hi Everyone,
I am trying to analyze a split plot experiment in the field that was
arranged like this:
I am trying to measure the fitness consequences of seed size.
Factors (X):
*Seed size*: a continuous variable, normally distributed.
*Water*: Categorical Levels- wet and dry.
*Density*: Categorical Levels- high, medium and solo
*Plot*: Counts from 1 to 20
The *response variable *(Y) was the
2011 Feb 27
3
accessing variables inside a function, inside a loop
dear list!
I KNOW this has been answered a million times before. But, as some might
remember from their "freelance" times as a statistic consultant,
sometimes you're blinded by the facts. I KNOW I have seen this problem
solved, but due to the mental blockade i have been suffering from the
last 3 hours, I can neither find the answer on the mailing list nor on
google. I wrote a
2009 Feb 09
2
Generating new variable based on values of an existing variable
Dear R Help-Listers:
I have a problem that seems like it should have a simple solution, but I've spent hours on it (and searching the r-help archives) to no avail. What I'd like to do is to generate a new variable within a data frame, the values of which are dependent upon the values of an existing variable within that data frame.
Assume that I have the following data:
1999 Nov 03
1
Announce: KDE User Manager does smbpasswd.
Hi,
I'd like to announce a beta patch to the KDE user manager (kuser)
that integrates the management of the smbpasswd encrypted password
file with the existing password file.
The eventual target audience is administrators installing Samba
based PDC's, or other applications where an encrypted smbpasswd file
needs to be managed using graphical tools not too dissimilar
2003 Nov 05
1
Samba + LDAP - PDC (i.e. workgroup)
There's lots of howtos and mailling list posts about
creating a PDC with samba and LDAP. What I want to do
is to continue with workgroup operation (at least
until all our clients are NT). All I essentially want
to do is to move the smbpasswd file on our 30 or so
servers to LDAP (after sorting out nss and PAM). Can
I do this?
Also we have a replicated LDAP directory provided by
our openldap
2004 Jun 16
3
Aggregating on Water Year Rather Than Calendar Year
The US water year extends from 01 October yyyy-1 through 30 September yyyy
and is referenced by the year starting on the included 01 January yyyy.
I'd like to be able to find the annual means for the water year. To do so
I've taken the input date-time, which is in the usual format
"1991-10-07 10:35:00"
changed it by:
w$d<-as.POSIXct(w$date.time)
Now I can add an