similar to: bind for dummies

Displaying 20 results from an estimated 20000 matches similar to: "bind for dummies"

2005 Sep 19
1
install not recognizing RHEL
I am trying to install ArcServe 11 for Linux [root at linserv1 cdrom]# ./install Much license gibberish removed... ENTER NO (N) TO HALT THE INSTALLATION PROCESS. Please enter your choice:[Y|N] (default: N)Y Do you want to view the installation notes? (y/n):(default: y) N Cannot identify your Linux distribution or it is not yet supported. [root at linserv1 cdrom]# cat /etc/issue Red Hat
2004 Jan 09
8
Please Help with Secondary Groups
System: I am running RedHat 8.0 (2.4.18-14smp) with SAMBA 2.7 and user authentication against OpenLDAP 2.1.22. Problem: On RedHat, Put over (I think 70 or so) users within a secondary group. Got to Konqueror or Nautilus and try to change a directory's permissions to that group with over 70 or so users in it, (it may be 80 or 90 users), YOU CAN NOT assign that group to have ownership of that
2004 Feb 12
0
still trying to get groupmap details worked through
Red Hat AS 3 - samba 3.0.0 I am confused by the errors in these logs - can anyone clarify, what if anything I am doing wrong? PDC (LDAP Master - aka linserv2) /var/log/samba/dell-4348 [2004/02/10 08:17:29, 0] groupdb/mapping.c:init_group_mapping(139) Failed to open group mapping database [2004/02/10 08:17:29, 0] groupdb/mapping.c:get_domain_group_from_sid(509) BDC (LDAP Slave - aka linserv1)
2010 Aug 17
5
apache rewrite
Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested? i.e. http://www.example.com = rewrite to another URL http://www.example.com/files = deliver from the assigned subdirectory obviously this... Redirect / http://www.other_url.com redirects everything and I don't want /files to be redirected Craig -- This message has been scanned
2005 Oct 21
2
FW: POLEDIT replacement?
only 1 thing, get the latest custom samba template from here. it's a must have.. ;-) its good to read this page. http://www.pcc-services.com/custom_poledit.html direct link to the file. http://www.pcc-services.com/files/winpoledit/custom.zip and your welkom, hope you like it. Louis -----Oorspronkelijk bericht----- Van: robert.walland@r-kb.si [mailto:robert.walland@r-kb.si]
2005 Oct 21
3
SCSI schizophrenia
OK - I only have one tape drive but a real problem these days backing up. I ***may*** have connected the SCSI connector to the 'other' external connector when shifting stuff around in the rack. # cat /proc/scsi/scsi Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: MegaRAID Model: LD 0 RAID5 69G Rev: 4.10 Type: Direct-Access ANSI SCSI revision: 02
2009 Nov 25
2
PHP updates
For the 2 threads going on about PHP 5.2/5.3... CentOS tracks upstream whose version is... php-5.1.6-23.2.el5_3 If you want something newer, you have to go off the beaten path. try this...(as root) wget http://dev.centos.org/centos/5/CentOS-Testing.repo mv CentOS-Testing.repo /etc/yum.repos.d yum --enablerepo=c5-testing check-update and this would allow to update to version 5.2.9-2.el5.centos
2005 Oct 07
2
2 httpd configs
I normally don't do this - haven't got any traction on taroon list and I want to get a backup going. I have an RHEL 3 server and it is serving some simple web stuff (horde/imp/etc.) I have installed BrightStor ArcServe and I need it to also serve some web pages. The ArcServe runs on a different port but has it's own httpd.conf with the distribution. The last time I did it, it was
2005 Oct 15
4
yum issues
Is this because the mirrors are busy? I did update to CentOS 4.2 yesterday but now... [root at srv1 file-4.15]# yum install php-devel php-imap Setting up Install Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 Cannot open/read repomd.xml file for repository: update failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
2005 Nov 13
1
Can't connect to smb share that's a mounted file system
On Sat, 2005-11-12 at 20:44 -0600, Mike Hanby wrote: > Howdy, the path statement in the smb.conf file is using Unix pathing. > > path = /backup > > I tried adding the "guest only = yes" to the [netfiles] section and it > didn't change anything. > > Here's my [netfiles] section again: > [netfiles] > comment = Network file storage space >
2006 Jun 04
3
link_to tool tips
I think they are called tool tips... I have view code that looks like this... <%= link_to ''I'', :action => ''edit_innoculations'', :id => personnel %> Is there an option (I don''t see it in api) to have tool tips for a link_to ? Craig
2006 Feb 14
2
apache virtual host
I don't ever do this... Shouldn't this be enough to set up a virtual server in apache? I did create an entry in /etc/hosts and in dns for this fqdn it still gives me the contents of /var/www/html and not /home/craig/ruby-db/th-db/public <VirtualHost *> DocumentRoot "/home/craig/ruby-db/th-db/public" ServerName app-server.tobyhouse.com <Directory
2010 Dec 28
5
Fixing filenames with directories with spaces in the names
Should be simple and perhaps I'm tired but it's not coming to me. In its simplest form... for old in `cat "$FILENAME"`;do echo "$old" dirname "$old" new="$(echo $old | sed 's/\*/\-/')" done I'm trying to take out some stupid Macintosh things - in this case filenames with asterisks but I have others like tilde's and probably
2006 Feb 16
1
CentOS FAQ (was ssh attack)
On 16/02/06, Craig White <craigwhite at azapple.com> wrote: > On Thu, 2006-02-16 at 15:18 -0500, John Hinton wrote: > > As someone did suggest though, a FAQ on SSH would be a > > good idea. > ---- > I think it's a great idea - go ahead and do it...why wait for others? I suggested it, and not just for common SSH on CentOS questions but for anything that's, well,
2006 May 29
5
Find last
This seems rather ugly. I am thinking that this needs to be in the model but I am looking to obtain the date for a tb test... >> @tb = Innoculation.find(:all, :conditions => ["personnel_id = 1 AND innoc_type = ''TB''"], :order => ''innoc_date DESC'') => [#<Innoculation:0xb77ed234 @attributes={"id"=>"1",
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix
2005 Feb 05
0
Tom Skeren has a misconfigured server
Tom sent me a private email. I replied and got this back. From: Mail Administrator <Postmaster@cox.net> Reply-To: Postmaster@cox.net To: craigwhite@azapple.com Subject: Mail System Error - Returned Mail Date: Sat, 5 Feb 2005 01:44:16 -0500
2003 Dec 18
1
Samba 3 PDC with LDAP - Error when changing userpassword from windows
no, i did it but, i think if i didn't it, I cannot join Machine while addind machine account on the fly with Samba... ----- Original Message ----- From: "Craig White" <craigwhite@azapple.com> To: <s.jousse@free.fr> Cc: <samba@lists.samba.org> Sent: Thursday, December 18, 2003 6:09 PM Subject: Re: [Samba] Samba 3 PDC with LDAP - Error when changing userpassword
2006 Feb 03
4
contoller code mysteries
In my controller...this code works def list2 first_name = params[:client][:first_name] @myclients = Client.find(:all, :conditions => ["first_name = :first_name", {:first_name => first_name}]) end this code doesn''t... def list2 first_name = params[:client][:first_name] if first_name searchstring = ''["first_name =
2006 Feb 09
1
About join domain in different subnet.
Hi all: I have a question about join domain. If my samba server and domain controller are in different subnet (such = as 192.168.1.x and 192.168.2.x), two conditions happened: ADS domain 1. if I use domain name, then join fail. 2. if I use IP address of domain controller, join success. However, in both cases I can't retrieve domain users/groups. Is it necessary for samba sever and domain