Displaying 4 results from an estimated 4 matches for "reviel".
Did you mean:
review
2004 Jan 21
1
Storing Hashed Passwords in Credentials File
...ywhere, event if it is protected.
I know samba send the password in plain text anyway, it sends an encrypted hash of it. So, can I have that
hash stored in the credentials file instead of the plain text password?
This way, event if the file gets compromised, the actual password is still not revieled.
2002 Mar 26
5
Winbind/Samba + sshd incorrect groups
...groups
are listed in AllowGroups
sshd[15164]: Failed password for illegal user MMGROUP+mark from
192.168.1.231 port 1055
As you can see the section that says 'none of user's groups are listed in
AllowGroups'
yet the users are in the MMGROUP+Winbind, as running 'getent group' reviels
this & verifying this also on the NT PDC.
If I comment out the Allowgroups from the sshd_config file they can log in
perfectly ok.
To be honest it looked like a ssh problem at first, but thinking about it
(and I may be wrong)
It looks like Winbind it not giving ssh back the correct users f...
2004 Nov 25
1
Firwall on and no one home
...9;25,80,443,ect'' and i can ping my box from an external source. ''with
stopped rule created to allow ppp0''
when shorewall is on nothing is showing and ping times out
when i add a default policy to allow all from ppp0 then i can ping the
external interface but a port scan reviels nothing,
i have tried copying my previously working config into /etc/shorewall
but its stil as above.
i am masquerading ppp0 to eth1, and this works great.
Cheers for any help i can get on this matter, id much rather use
shorewall that any other product out there.
Keep up the great work!!!
Ste...
2011 Jun 01
1
different results from lme() and lmer()
Hello R-help,
I'm studying an example in the R book.?
The data file is available from the link below.http://www.bio.ic.ac.uk/research/mjcraw/therbook/data/fertilizer.txt
Could you explain Why the results from lme() and lmer() are different in the following case? In other examples, I can get the same results using the two functions, but not here...?
Thank you.Miya
library(lme4)library(nlme)#