can someone please help me on this
I am using solaris9 with samba 3.0, iplanet ds5 with the samba schema.
My login works to this machine but by creating a directory or any file it will only return my samba Sid not my login name? What am I doing wrong?
Any help is greatly appreciated
Eli
My...
Hi All,
I trying to setup for my users to connect using an IBM TN3270 with out needing to enter only there login and password, I got it to work if I am using a static Login and Password in the ib_hosts but I don’t know how to prompt the user for the login and password, and then use in the...
Hi All,
I trying to setup for my users to connect using an IBM TN3270 with out needing to enter only there login and password, I got it to work if I am using a static Login and Password in the ib_hosts but I don’t know how to prompt the user for the login and password, and then use in the...
.../usr/local/lib/libgssapi_krb5.a(gssapi_krb5.
o)
ld: fatal: Symbol referencing errors. No output written to bin/smbd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `bin/smbd'
Any help is greatly appreciated
Eli
Thanks for the reply
I am using apache which comes with Solaris 8 that’s - version: Apache/1.3.12, I am trying to grant permissions on directories based on my current NIS password and groups, will I be able to do this with apache, if yes what are Apache's own modules and how do I set them up...
Hi
I am using mod_auth_external-2.1.16 for password authentication, with an external script, it works fine for password authentication, I world like to start using it also for groups authentication, but I don’t rely see how I could find out which group is in my .htaccess file.
I will explain...
Thank you so much for the help, but unfortunately I use ids5 (sun one iPlanet-Directory/5.1 Service Pack 2) so all the info is not for this version which works totally different, dose any one have some more info or any good docs for ids 5.1 how to set it up and how to configure the...
...question is how I can change that the users authentication should use LDAP and not /etc /passwd, I have changed my /etc/nsswitch.conf like this
**********
passwd: files ldap nis
**********
but it doesn't seem to work, what else do I need to change that my telnet, ssh, etc, to use LDAP for...
My first problem is that any anonymous can login if entered with a test@test.com, I only won't that real users on the system should be able to ftp
Also if a real users logs in he would be able to go up from his home directory, even I entered in /etc/passwd the /./ after the users home directory...
...allow-gid ftp
# Chroot all users to their home directory by default
# (comment this out if you don't want to chroot most of your users)
guestuser *
#
realuser ftponly
# If you wish to allow user1 and user2 to access other
# directories, use the line below:
# realuser user1,user2
# The...
Hi all,
I trying to auto generate login = password in Unix and the script shuld add it to /etc/shadow
Anyone know of any auto password-gen or how to add the encrypt password to /etc/shadow (with out need to type the passwd commend on the commend line)
Any help is greatly appreciated
Eli
My platform is solaris8 sparc
I am trying to setup a imap server using cyrus with cyrus-sasl, I download the pakege and gunzip untar, then run the configure script and the make, make install,
But having a problem with loging in I tried using saslpasswd but did not work I also tried using shadow...
My platform is solaris8 sparc
I am trying to setup a imap server using cyrus with cyrus-sasl, I download the pakege from sourcefourge.com and gunzip and untar then run the configure script and the make, make install,
But having a problem with loging in I tried using saslpasswd but did not work...
I installed ghostscript 8.0 on solaris8 because I would like to print my pdf files direct to my printer, but I did not see any help on how to print directly to my printer from the commend line with ghostscript.
Any help is greatly appreciate
Thanks Eli
Thanks for the help,
I can not use a if statement because it will be to complex
so I was trying to use a case like
from 1 to 7
7 to 12
15 to 34
35 to 50
The problem is that with case it works only from 0 to 9 so I tried using expr but with no luck this was the way I tried
#!/bin/sh
set -x...
Sorry I did not explained my self well
I am tying to make a case with conditions with numbers grater then 9 like 17-27
echo "Please Enter"
read ANS
case $ANS in
[17-27]) echo "$ANS is < 7";;
[28-35]*) echo "$ANS is >= 7";;
*) echo huh?;;
esac
any help?
thanks
I trying to make a case statement like this, but this dose not work
----------------------------------------------
echo "Please Enter"
read ANS
case $ANS in
${ANS} –gt ) echo $ANS;;
${ANS} –lt 7) echo $ANS;;
esac
Is there a way to Wright a case that should have values as part of the...
Hi All,
I trying to add users with a script using the adduser commend, but the problem is that the adduser only adds users to /etc/passwd /etc/shadw etc., but my NIS tables are in a different place
Also if some knows I different way of doing this I would rely appreciate
Any help is appreciate
Eli
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.