similar to: OpenLDAP rules

Displaying 20 results from an estimated 3000 matches similar to: "OpenLDAP rules"

2006 Jan 23
3
Build Raid 1 in a installed system
Hi. I have a Centos 4.2 installed but the Raid 1 configuration wasn't set during the installation process. How could I build the Raid 1 after the system has been installed? Thanks. -- Cleber P. de Souza
2006 Feb 13
2
Username with dots
Hi, There is a way to allow usernames with dots like firstname.lastname. On Red hat 7.3 it was possible, but after Fedora 1 it was blocked. How this could be changed? Thanks, -- Cleber P. de Souza
2006 Oct 27
2
Telnet and SSH login problems with Red Hat Enterprise ES4
Hello We have successfully set up Red Hat Enterprise Linux ES4 and we are now trying to connect remote clients to connect to it. The problems we are having are as follows: a) If we set connect with telnet, we get the login prompt. If we use any valid login name & password combination (including root), we get the response "Login incorrect" and then the login prompt comes back. How
2006 Oct 27
2
Freebsd 6.1 and Kerberos in rc.conf
Hi people. Im reading the samba manual to join my freebsd box with to an win2k3 AD Domain, i install samba from ports with support for AD, already check that my samba program has been build with support for kerberos, ldap and all the stuff the manual recommended, now about kerberos, we have some stuff in /etc/rc.conf # # kerberos. Do not run the admin daemons on slave servers #
2006 Nov 05
2
windows 2003 authentification on SAMBA PDC
I want authenticate windows 2003 R2 on SAMBA PDC. I have bind with these records. _ldap._tcp.mydomain.com. SRV 0 0 389 server2 _kerberos._tcp.mydomain.com. SRV 0 0 88 server2 _ldap._tcp.dc._msdcs.mydomain.com. SRV 0 0 389 server2 _kerberos._tcp.dc._msdcs.mydomain.com. SRV 0 0 88 server2 And y have also server2 A record. server2 IN A 192.168.250.253
2007 Apr 27
5
Option valid user not expanded for groups
Hi, I have a AIX 5.3 machine with Samba 3.0.24c joined into one Windows 2003 ADS server OK. I can request basic information, user lookup, domain lookup(wbinfo, id, net groupmap). When I want to acces the share \\node05\brom from one Windows station I receive a popup window password. In the log of the samba for that machine I found: [2007/04/27 10:48:27, 2] auth/auth.c:check_ntlm_password(319)
2006 Sep 11
1
samba ldap pdc w/unix accounts: local unix and ldap unix users can't resolve uids to names on the server
* distro: ubuntu breezy ( 6.06 ) * samba version: shipped version with updates ( 3.0.22-1ubuntu3.1 ) * no ssl * openLDAP is running on the same machine as samba, and referenced as localhost/127.0.0.1 where applicable ( 2.2.26-5ubuntu2.1 ) * nscd is not installed, much less running I've set up a samba pdc with ldap by following the Samba Guide very closely, adapting it to Ubuntu/Debian where
2006 Nov 16
3
password strength
I have Samba PDC with an LDAP backend. I just realized that the users can reset their passwords to anything, a single character a space. Is there anyway to prevent this?
2006 Nov 03
4
Roaming Profile gets deleted
Hi there, I try to move our W2K Domain to samba. I managed to dump a list of the old users with its SID's and created them on the samba domain which has the same sid like the old W2k domain. Then the users should be able to use their old roaming profile without changing the profiles sid. This works if the computer which acesses the domain has already the profile on its disk. If the
2006 Nov 05
2
Can't set ACL with Windows XP - why?
Hi there, finally all seems to be working. Samba 3 as PDC with LDAP Backend. Even ACLs are possible with the command line tool setfacl. These ACLs work fine in Samba and are displayed correctly in the Windows filemanager in the security-tab. But one thing remains unsolved: why can't I set those ACLs directly from my Windows client machine? If I try to modify the ACL I always get a message
2006 Oct 26
2
netlogon error
Hi I mounted a pdc with ldap and samba, it works right...but when I use the script to mount a net unit it fails... i can mount it manually ...and if i execute the script like the user it ask me the username and the password..but also fails...someone know what happen? my script is this: net time \\shogun net use z: \\shogun\profiles\ thanks
2007 Mar 01
2
subdirectories with different permissions
Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll ask for a single share drive the has multiple subdirectories with each subdirectory having different permissions based on groups. So say you have a share called COLOURS and inside that share are three subdirectories, RED, GREEN and BLUE. Group1
2006 Dec 05
2
Samba file security
I am newbie for samba configuration at security level. I have read all the documents but could not resolve my problem. My problem is as below and would like your help to resolve it I have installed Samba - 3.0.0-14 on Redhat ES 3 and everthing is working fine. But I want that all the member can read the files and put the file on shared folder but can not delete it. I want to protect it from
2002 Jun 11
3
RES: OpenSSH with slow login
I gueess it is not a DNS problem, because either using name or IP, I have always the problem. I guess the problem is that I am using ssh on inetd.conf (sshd -i), so It has to generate a key each time I start a session. What do you think ? -----Mensagem original----- De: Dan Kaminsky [mailto:dan at doxpara.com] Enviada em: segunda-feira, 10 de junho de 2002 20:51 Para: Jorge Cleber Teixeira de
2008 Nov 12
3
atl2.ko in Centos 5
Somebody already get atl2.ko compiled in centos5 ??? JC
2010 Feb 17
3
processor affinity
Hello, i am running CentOS 5.4. i have a requirement where i need to have 1 application have a single processor all to its self, and the rest of the system run on the other processors. "taskman" lets me bind the process to a processor(s), but it does not make it exclusive. Is this possible to do? i have even tried mucking around with the rc.sysinit, but to no avail. thank you very
2006 Jul 14
2
creating disk images
I am familiar with using dd to create a disk image. dd if=/dev/hda1 of=myimge.img However, is there a way to capture the entire disk image into a file. I have 3 partitions: hda1 / hda2 swap hda3 /home and mbr How can I wrap them all into 1 image file. Thanks, Jerry
2002 Apr 18
2
2 doubts
Hi, What is the command to use with scp and sftp in UNIX, to transfer files as ASCII ? I know that in FTP , we have the parameter "ascii" , but, how about openssh? How can I make a script in UNIX using scp or sftp where I do not have to type the password ? I mean, there is a password , but I don?t know where I should put it . In a file ? Into the script ? regards, Jorge Cleber
2006 Sep 28
2
get index of elements in vector
Hello all Is There a fuction that return a index of a element in vector? like this semantic example: vector = c( 100, 200, 300 ) getINDEX( vector, value = 200 ) Thanks in advance for your attention. Cleber Borges
2006 Jun 27
3
how to rotate a triangle image(ZMAT) ?
Hello R users... how to align this Zmat (triangle image) in X axis? I would like that the triangle's base become in the X axis and the triangle's height become in the Y axis Is there some trick for make this? Thanks. Cleber ######################## my test and try f <- function(x,y){ z=1-x-y z[ z < (-1e-15) ] <- NA return( -100*x+0*y+100*z ) } x = seq( 1, 0,