Displaying 4 results from an estimated 4 matches for "suthentication".
Did you mean:
authentication
2004 Mar 22
2
rsync via ssh script
Hi,
does anybody know, how a bash shell script looks, which automatically
enters the ssh password?
the rsync call should be:
rsync -avz -e ssh /home/johndoe/data/repository
billythegate@192.168.10.102:/home/johndoe/junk
the call causes a password question.
Is ist possible to automate that by a cron? If yes how should the script
look to automatically enter the password?
ThanX for an answer.
2003 Apr 23
2
LDAP/Samba Groups question
...tutorial: http://www.skippy.net/linux/smb-howto.html
In addition, through research and talking to the above howto contributer, I
have decided to go with an LDAP authenticated SAMBA configuration. One of
the selling points for me was the unified local/samba accounts (whereas
group membership and suthentication can be controlled from a single
source)..in addition, LDAP seems to be a bit more versatile for plugging
into other solutions down the road.
Here is a small howto on LDAP that I was reference to:
http://www.mandrakesecure.net/en/docs/ldap-auth.php
If anyone would like to send some feedback as to...
2014 May 01
0
Any information on targetcli (fcoe) for centos 6? Close to end of my rope
...targetcli seems buggy as hell - meaning it
does not look updated for the current version of centos or other
distributions output
some output -
notice the 2011 year
and I dont have the iscsi directory.
It seems commands can only be issued out of the corresponding directory...
I want to disable suthentication ie
/iscsi> set discovery_auth enable=0
Unknown configuration group: discovery_auth
I dont have the ISCSI directory!
OMG!
apparently this is the install for targetcli...
fcoe-target-utils.noarch fcoe-utils.i686
Is there any relatively direct documentation on how to set this up?
I was...
2011 Jul 04
2
virtual users
...maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mail_spool_directory = /var/spool/mail
#SASL configuration
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
#permit SASL suthentication is added
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
reject_unauth_destination
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_sasl_local_domain =
smtpd_sasl_authenticated_header = yes
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = y...