search for: dcscorp

Displaying 12 results from an estimated 12 matches for "dcscorp".

Did you mean: acucorp
2005 May 31
0
Access denied error when trying to join XP to Samba Domain
...it works. I am dumbfounded as to why this is happening. Please find my script below. Any insight would be appreciated. #!/usr/bin/perl # # ldap-adduser.pl - Script to add users to an OpenLDAP backend # # takes one argument -u use Getopt::Long; $HOST = "127.0.0.1"; $BASEDN = "dc=dcscorp,dc=net"; $ADMINDN = "cn=admin,$BASEDN"; $ADMINPASS = 'xxxxxxxx'; $USERDN = "ou=People"; $GROUPDN = "ou=Groups"; $COMPUTERDN = "ou=Computers"; $LDAPADD = "/usr/bin/ldapadd"; $LDAPDELETE = "/usr/bin/ldapdelete"; $LDAPMODIFY = &q...
2005 Jun 05
2
Help. . .read socket data errors
I am using the defaults that came with the samba RPM package on Mandrake 10.1. For socket options, it has: socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 Is that something that may fix the problem if I change it? Pablo mschwartz@dcscorp.net wrote: >Pablo, you might have incorrectly set some settings in smb.conf. Check >your settings for socket options. I don't mess with any of the options >except for socket options = TCP_NODELAY because I get a dramatic speed >increase. > >CompuGenic <pablo@compugenic.c...
2005 Jun 12
2
win2k usrmgr.exe returns "remote procedure call failed"
WHAT I HAVE: I've inherited a production debian system. uname reveals kernel 2.4.18-bf2.4. I am now running samba 3.0.14a with a completely "stock from source" install (as part of my troubleshooting activities). The machine acts as a PDC for win2k clients. It uses smbpasswd for the password back end. There are approx 20 users. It also serves dhcp, ntp, mysql and apache. WHAT I
2005 Jun 04
1
Unable to browse XP directory
I'm trying to access a share on an XP Home system, from SuSE 9.3, using Samba. When I use Konqueror to browse, I can't see anything under the shared directory (D:\), though I can see the contents of the "SharedDocs" folder. If I mount the XP share manually, I can then see all the files. Any idea, why Konqueror can't browse that directory? tnx jk
2005 Jun 14
2
Roaming Profile Question
I am getting a shell32.dll error with my roaming profiles. I have never seen this before and google queries haven't gotten any solutions. I am using WinXP with the current service pack. This shell32.dll error pops up in a notepad window. This is kind of annoying and I know its windows related. Anyone know how to shut it off, its driving me mad.
2005 Jun 20
2
Slow logon with samba
Hi all. Everything has been running great, untill 2 weeks ago when I applied redhat errata including a new kernel. (done it loads of times before) Rebooted and all seemed ok (it was half term for me, so maybe 20 users in at the very most) It wasn't until last week people started to complain about how long it was taking to log in. unfortunatly everytime I tried it went in straight away. The
2005 Jun 16
1
Unable to modify TDB passwd
Hi everybody, My name is Tani Alessandro, I have a problem when I try to change the password of user "root" (the Domain Administrator). For all the others users I don't have any problem. I have update samba from the version 3.0.11 to the version 3.0.14a. I use a Red Hat 9. When I try to change the root password I recive this messagge: > Unable to modify TDB passwd ! Error:
2005 Feb 07
1
Incoming Call Problem
Hello All, I would be grateful for some help with this issue. I have gotten Asterisk to work with Broadvoice on outgoing calls only. When I try to call my Broadvoice number from another location I get a caller is busy message. My Asterisk box is behind a Linksys WRT54G. Could this be the problem? On the Linksys, I have port 5060 forwarded to the asterisk box 192.168.1.2. I have tried not
2005 Jun 04
1
smbd slow to start when using ldapsam backend
Has anyone else experienced a nominal delay when starting smbd when the backend is ldapsam? I have noticed smbd slower to start after rebooting my linux box. The logs don't seem to reveal any errors. If anyone has experienced this and solved it, kindly enlighten me. Thanks in advance, Matt
2005 Jun 19
2
PDC-BDC Wins Resolution
I am hoping someone can help here. I noticed a really odd issue. WINS resolution doesn't seem to work between my PDC and BDC, both Samba 3.0.14a boxes running on Debian. I have nsswitch.conf configured properly, I think. Here are the nsswitch.conf settings. PDC: hosts: files dns wins BDC: hosts: files dns wins On the BDC, I have the parameter wins server = 192.168.0.2, the address
2005 Jun 19
0
WINS Problem
This WINS problem is baffling. I have built Samba from the source and the make install did not seem to put the libnss_wins.so.2 anywhere. Here is the ./configure command I used. Perhaps someone can enlighten me ./configure --prefix=/usr/local/samba --with-configdir=/etc/samba --with-privatedir=/etc/samba/private --with-piddir=/var/samba --with-lockdir=/var/samba/locks
2005 Jun 23
4
System Imaging
I am using Samba 3.0.20pre1 as a DC and I want to know if there is something similar to Deep Freeze www.faronics.com (except open source) for Linux. Deep Freeze automatically compares the software installation on a client machine to an image on a server. If the client machine differs, the client is automatically synced with the server. I want to achieve this with Samba and a linux tool if