Displaying 20 results from an estimated 1000 matches similar to: "configuring samba-LDAP-PDC using IDEALX tools"
2004 Jun 23
1
WIN 98 & XPP w/Samba+LDAP PDC...HELP!
Hey,
I just got done setting up a Samba+LDAP PDC using the
idealx tools on my fedora core 1 machine. I have
created a user named 'testuser1' :uid=1000(testuser1)
gid=513(Domain Users) groups=513(Domain Users).
As 'testuser1' logs on WIN98 client, it is
authenticating 'testuser1' as a 'nobody':(uid=99,
gid=99) (pid 19880)
As I try to join the domain from XP pro
2004 Jun 24
2
Samba+LDAP Joining domain...weird problem!!!
Hey,
I was having this problem, with samba+ldap pdc created
using IDEALX tools
[root@eaglex etc]# smbpasswd -w XXXXXX
Setting stored password for
"uid=samba,ou=Users,dc=eaglex,dc=wbc" in secrets.tdb
[root@eaglex etc]# smbldap-useradd -w winxp$
failed to add entry: modifications require
authentication at /usr/sbin//smbldap_tools.pm line
366.
So I made some adjustments to
2004 May 20
1
do I have to have Domain Name for LDAP
Do I have to have a domain name called EAGLES.com in order to have LDAP working with Samba 3.0 as my PDC?
This is from my "slapd.conf"
suffix "dc=EAGLES,dc=com"
rootdn "cn=Manager,dc=EAGLES,dc=com"
as I try to login from windows 95, I get the following message in the log file.
[2004/05/20 01:11:44, 1] lib/smbldap.c:smbldap_retry_open(888)
Connection to LDAP
2005 Feb 11
1
SID (problem)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ldap# net getlocalsid
[2005/02/11 12:40:13, 0] lib/smbldap.c:smbldap_search_suffix(1155)
~ smbldap_search_suffix: Problem during the LDAP search: (No such object)
[2005/02/11 12:40:13, 0] utils/net.c:net_getlocalsid(494)
~ Can't fetch domain SID for name: SRV-PDC
ldap#
What's this problem? Help me!!!
[]'s
__
M?rcio Luciano Donada
2010 May 06
1
How do I plot geoms in parallel in ggplot
Hello,
I am new to ggplot. Please forgive my ignorance!
I have patient data such that each individual is a row and then the attributes are in columns. So for example:
Subj Time Height Weight WBC Plt
1 1 9 4 4 150
1 2 10 5 6 200
1 3 11 6 5 250
1 4
2004 Jun 05
2
transfering users from PDC to print/file server
I have a Samba PDC server running on Fedora Core. I also have 3 samba print servers and 1 samba file server setup on RedHat 9 machines.
How do I make my RedHat file and print servers to get user information from the PDC so I don't have to set up users on every single server?
I appreciate your help!
Ambex
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new
2008 Jan 31
1
WBC subcomponents.
Hello
On Wed, 2008-01-23 at 00:10 +0300, Nikita Danilov wrote:
> Hello,
>
> below is a tentative list of tasks into which WBC effort can be
> sub-divided. I also provided a less exact list for the EPOCH component,
> and an incomplete list for the STL component.
>
> WBC tasks are estimated in lines-of-code with the total of (9100 + 3000)
> LOC, where LOC is a non-comment,
2008 Feb 23
3
SAMBA is driving me crazy
hi guys
i have CentOS-5.1 with samba-3.0.25b-0.el5.4
and i took this workin well smb.conf from slackware12
( commands to be done befor this ):
# useradd wbc -c /home/wbc -g users# smbpasswd -a wbc# mkdir /export# chmod u+rwx,g+rx,o+rx /export# chown wbc.users /export
the conf file:[global]workgroup = WORKGROUPnetbios name = sanshirosecurity = share
[share]comment = Datapath = /exportforce user
2004 Jun 21
3
Idealx script prerequisites?
I'm trying to setup a PDC (and later on a BDC as well) using samba
3.02a and openLDAP 2.2.13 and I'm having some trouble with the idealx
scripts. When I run the command /usr/local/sbin/smbldap-useradd alex I
get the message:
Can't locate object method "new" via package "Net::LDAP" (perhaps you
forgot to load "Net::LDAP"?) at
2004 May 27
1
primary gid of user [username] is not a Domain group
Hey,
I have a samba 3.0.0. PDC on my Fedora Core server. I have one win 98, one XP and one NT clients. As I log on, I get "primary gid of user [username] is not a Domain group" error. I am sure gid is 100 (users) and my add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
If I login using the root account, I don't have this problem.
What can I do to fix
2004 Jun 14
1
PDC and dividing roaming profile
I have this problem...
I am working on implimenting a school network. I have two kinds of users on my network: students and facutly. I have also two types of operating system on my network: win 98 and win XPP.
Here is the rights and privilages I am thinking about giving my users
Students (usage only in computer labs):
- limited roaming profile (basically, deny desktop roaming profile)
- give
2004 Jun 15
2
"pam_ldap"...help!
I'm trying to install "pam_ldap" on my fedora core 1 machine. It is asking for liblber.so and libldap.so dependencies even though I have them in /usr/lib. Should I just go install it with out a dependencies? what is wrong with this picture?
[root@pdc rpms]# rpm -i pam_ldap*.rpm
error: Failed dependencies:
liblber.so is needed by pam_ldap-38-mz1
libldap.so is needed
2004 Jun 21
1
testing users created by smbldap-tool...help!
hey,
I can add and delete users using smbldap-tools just
fine. However, I can't log into the machine using the
users I created using the tool:'smbldap-useradd -m
testuser1' and set a password using'smbldap-passwd
testuser1'
I tried the follwoing:
[root@eaglex root]# ssh testuser1@eaglex
testuser1@eaglex's password:
Permission denied, please try again.
2004 Jun 11
1
smbldap tool
I have a Fedora Core 1 machine and I am trying to install "smbldap-tools-0.8.4-1.1.fc2.dag.i386.rpm" However, I am having the following problem:
[root@jesus root]# rpm -i smbldap*.rpm
warning: smbldap-tools-0.8.4-1.1.fc2.dag.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(Net::LDAP) is needed by smbldap-tools-0.8.4-1.1.fc2.dag
2002 Mar 06
3
help with combining data frames
Dear R user,
I'm relative new and need some help / advise from you. I have
organised my data in several frames, mainly because the data came
from different sources. One common variable in all data frames is the
day post transplantation. I would like to combine the data frame to
one big data frame which contains all the data, however no duplicate
rows should occour (only one row for one
2015 Apr 14
2
samba 4.2 RDP problem
hi,
now i did some tests with the "auth methods" option.
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest"
-> RDP works
-> smbclient -k does not work
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4"
-> RDP hangs an the welcome-scrren
-> smbclient -k works fine
2005 Aug 12
4
Adding machine to domain fails - check permissions? (ldap)
Dear list,
Whe i trying to add a machine to the domain(ldap/pdc) i get the
following error:
> Error: modifications require authentication at
> /usr/share/perl5/smbldap_tools.pm line 891, <DATA> line 283.
> [2005/08/11 16:46:54, 0]
> rpc_server/srv_samr_nt.c:_samr_create_user(2324)
> _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
>
2005 Dec 14
5
samba management tools
dear list
On the samba.org pages there is an overview of Samba GUI's. I've
recently (via a post on this mailinglist) discovered
http://ldapadmin.sourceforge.net/
It looks very good. Anyone using it here? Experiences?
A specific reason why it it not listed on the Samba GUI page?
Regards,
mj
2011 Dec 05
1
about interpretation of anova results...
quantreg package is used.
*fit1 results are*
Call:
rq(formula = op ~ inp1 + inp2 + inp3 + inp4 + inp5 + inp6 + inp7 +
inp8 + inp9, tau = 0.15, data = wbc)
Coefficients:
(Intercept) inp1 inp2 inp3 inp4
inp5
-0.191528450 0.005276347 0.021414032 0.016034803 0.007510343
0.005276347
inp6 inp7 inp8 inp9
0.058708544
2004 May 19
2
LDAP, is just me or the Samba How-to?
I was trying to restart my LDAP service and used /etc/init.d/slapd restart, but it said "slapd: unrecognized service." so I tried /etc/init.d ldap restart and it says that restarts the service slapd [ok]. I tried to look for the service on webmin and slapd doesn't even exist. Is the problem on my side or is there a mistake on the Samba-HOWTO-Collection?
Ambex