search for: bsmith

Displaying 18 results from an estimated 18 matches for "bsmith".

Did you mean: smith
2004 Apr 16
1
Problems with NT passwords using Samba3 and LDAP
...u=Groups,dc=mydomain,dc=com Computer information is stored in ou=Computers,dc=mydomain,dc=com My problem appeared when I attempted to create the same setup using Samba 3.0.2a. Here is what I did. 1. I created a working PDC using Samba 2.2.7 and openldap 2.0.27 on RH9. I was able to login as user bsmith from a W2k machine called bob-smith. 2. I then compiled Samba 3.0.2a from source making sure I added the "--with-ldapsam" flag 3. Configure --with-acl-support --with-ldapsam --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba/private --with-lockdir=...
2004 Apr 19
0
LDAP passwords not working after upgrading to Samba 3
...u=Groups,dc=mydomain,dc=com Computer information is stored in ou=Computers,dc=mydomain,dc=com My problem appeared when I attempted to create the same setup using Samba 3.0.2a. Here is what I did. 1. I created a working PDC using Samba 2.2.7 and openldap 2.0.27 on RH9. I was able to login as user bsmith from a W2k machine called bob-smith. 2. I then compiled Samba 3.0.2a from source making sure I added the "--with-ldapsam" flag 3. Configure --with-acl-support --with-ldapsam --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba/private --with-lockdir=...
2007 Mar 19
1
Need config.h
...Again, I'm not trying to build Wine, just extract the edit control files and use them in a Windows project compiled by MSVC (Visual Studio 6) in Win2000 on a Intel Pentium-class machine. I would appreciate any help you can provide. -- _________________________________________ Bob Smith -- bsmith@sudleydeplacespam.com To reply to me directly, delete "despam".
2010 Sep 24
1
Dynamix 650 VA USB - broken, have rough fix
...may change the behavior of some other USB UPSs. Should megatec_usb.c/set_data_krauler just skip the "usb" subdriver function table and go straight for usb_get_string? Or should the usb subdriver be extended with a call that doesn't go through usb_get_string_simple? -- Brian R. Smith bsmith at furbium.com
1999 Aug 09
1
samba with kerberos
...a side and changed the registry setting back on the NT side. Now, the only way I can seem to connect is by using the password that would be in the smbpasswd file. Is there someway to easily use the kerberos passwords for the samba password, but not have the password in cleartext? Brian Smith bsmith@scl.ameslab.gov -- Brian Smith Phone: 515-294-7336 Systems Administrator, Fax: 515-294-4491 Scalable Computing Lab/Ames Lab bsmith@scl.ameslab.gov
2003 Apr 10
0
Bug in Samba v2.2.8a with Windows API GetFileAttributes ?
...e accessed via the samba server. If I access the same file locally or via another NT server, I get valid results: Accessign a file locally: D:\temp>test d:\temp\wyb.zip SUCCESS: pathname [d:\temp\wyb.zip] is a file! rc=2820 Accessing a file on an NT server: D:\temp>test \\absolut\home\b\bsmith\xmas01.xls SUCCESS: pathname [\\absolut\home\b\bsmith\xmas01.xls] is a file! rc=20 Accessing a file via a solaris samba server D:\temp>test \\crystal\h\crystal\16\du-crystal16 FAILURE: pathname [\\crystal\h\crystal\16\du-crystal16] is not a file! rc=0 D:\temp>ls -al \\crystal\h\crystal\1...
2003 Dec 25
1
X101P stopped working. Newbie seeks help
...m and did a fresh RH9 install. Did a cvs checkout of zaptel, asterisk, zapata, and libpri. The problem persists on the new machine. The new box is on a separate spur on the firewall so I'll be glad to give root access to anyone willing to help. Any ideas on what to do next? Thanks Bob Smith bsmith at linuxtoys dot org
2008 Jul 16
1
virt-install behind proxy (Xen Newbie)
...e? vm01 How much RAM should be allocated (in megabytes)? 2048 What would you like to use as the disk (file path)? /vm/vm01.img How large would you like the disk (/vm/vm01.img) to be (in gigabytes)? 10 Would you like to enable graphics support? (yes or no) no What is the install location? /home/bSmith/Desktop/CentOS-5.2-i386-bin-DVD.iso This are the settings (from mounted iso): What is the name of your virtual machine? vm01 How much RAM should be allocated (in megabytes)? 2048 What would you like to use as the disk (file path)? /vm/vm01.img How large would you like the disk (/vm/vm01.img) to...
2008 Apr 28
4
Dell 1950
I am thinking of going with a Dell PowerEdge 1950 ||| for a new CentOS/Asterisk set up. It will have dual 2.33GHz processors, 16GB memory, two 500GB hard drives (presumably mirrored). I also plan to get a Digium TE220B to go with it. (a non-dell server is not an option, but I am wondering if there is a better one to consider) The system will be a voice mail repository for 4-6,000 students.
2010 Nov 04
1
Patch blazer_usb.c from Brian R. Smith REALLY WORKS (UPSilon 2000 replacement)
Hi to all! Path send by Brian R. Smith with subject "[Nut-upsdev] Dynamix 650 VA USB - broken, have rough fix" really works! Tested with no-name UPS (works with UPSilon 2000 Windows software) and has USB vendorid=0001 productid=0000 Please, add it to the main branch of blazer_usb.c I belive that several users agree this.
2003 Jun 09
1
Question for someone running hylafax off *.
Hi, I am setting up a hylafax server. From what I've read so far, hylafax supports CID numbers and names but currently does not support DID. I assume I can do something like this... [40faxDIDs] exten => _87[5-8]X,1,SetVar(CALLERIDNAME=${EXTEN}) exten => _87[5-8]X,2,Dial(Zap/g${hylafaxMODEMGROUP}) ...and use the CIDName variable in hylafax to route the faxes to the appropriate
2004 Jul 11
20
New Asterisk bounty: SIP simultaneous
...ough the dialplan and only the dialplan. Asterisk has been designed this way. It is a good design. It should NOT be changed nor undermined. You may want to do something like this ... [GLOBALS] A-GROUP => SIP/2001 & SIP2002 & SIP/2003 B-BROUP => SIP/jdoe & SIP/dflint & SIP/bsmith ... [Support] exten => 12345,1,Dial(${A-GROUP},30,r) ... exten => 54321,1,Dial(${B-GROUP},30,r) ... There is of course an issue when you want to let different phones start ringing at different times, for example, the first phone is supposed to start ringing immediately and the other tw...
2006 Feb 20
18
Win XP/ Mysql Problem
I''ve searched everywher for an answer to my problem, and the only thing I''ve found is people with the same problem. I''m hoping someone has an answer here: I''m working through the agile web developement with rails book and when I goto scaffold the products table I get the following message. exists app/controllers/ exists app/helpers/ exists
2012 Jul 25
0
Active Directory on OpenIndiana: cannot set group permission
...sid : S-1-5-21-714375242-3402532539-250 3969851-1194 type : SID_NAME_DOM_GRP (2) name : * name : 'bsmith' principals: struct wbint_Principal sid : S-1-5-21-714375242-3402532539-250 3969851-1197 type : SID_NAME_DOM_GRP (2) name...
2006 Aug 17
6
NameError in AdminController#index building scaffold
I''m a pretty big newbie with ROR, but when following a tutorial I encounter an ugly error when building a scaffold. Here is my environment Dev system: - Windows XP - java version "1.5.0_06" - MySQL java version "1.5.0_06" - Ruby 1.8.4 - Ruby Gems 0.9.0 - Gem install mysql Successfully installed mysql-2.7.1-mswin32 Installing ri documentation for
2007 Nov 05
0
Samba 3.0.26a, windows 2k3 r2 SFU, problems with auth/nss
...n is OK #net rpc testjoin Join to 'GUTHRIESOUND' is OK #wbinfo -u administrator guest support_388945a0 krbtgt iusr_guinevere iwam_guinevere dns 2a62ec20-1013-4155-a rosander thrust-op pro-op studio-op sedwards pestby lobby reidr design apacheglobal proftpd dustin smanager giga-op jnordin bsmith montanaj rhealey rgastelum jcrehorst apache root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/bin/false daemon:x:2:2:daemon:/sbin:/bin/false adm:x:3:4:adm:/var/adm:/bin/false lp:x:4:7:lp:/var/spool/lpd:/bin/false sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:...
2004 Jan 17
0
Unavailable versus private in extensions.conf?
Hi I'm using an X101P as a Asterisk based answering machine and it works great. Thanks. Is there a way to differentiate a caller ID of "private" versus "unavailable" in the extensions.conf file? I can not find anything in the docs that says it or isn't possible. thanks in advance, Bob Smith
2004 Sep 22
1
Questions about mail process chroots
Greetings, I am configuring a new Dovecot installation, and the way the valid_chroot_dirs and mail_chroot variables affect the mail processes are a bit unclear to me. I was wondering if anyone could provide me with more specific details than the comments in the configuration file do, or maybe even recommend some values given my configuration. We have a Debian GNU/Linux system and a mix of users