Displaying 8 results from an estimated 8 matches for "anet".
Did you mean:
janet
2006 Dec 26
0
vpopmail problem
...(modules)
And after some testing I start the daemon with this config:
protocols = imap imaps pop3 pop3s
auth default {
mechanisms = plain
passdb vpopmail {}
userdb vpopmail {}
user = vpopmail
}
I connect to localhost via pop3 and when I try to auth some user I get this:
Dec 26 01:27:45 anet dovecot: auth(default): client in: AUTH 1
PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1
resp=AHNyb2RvbkBncmFjaWFuZXQub3JnAHR3aXN0
Dec 26 01:27:45 anet dovecot: auth(default):
vpopmail(srodon at anet.org,127.0.0.1): unknown user
Dec 26 01:27:46 anet dovecot: auth(default):...
2002 Nov 28
2
Trusted domains with Samba 3.0alpha21?
Hi there!
I appear to be having problems with trusted domains using 3.0a21.
Using Samba as a member server, as user "nirs" on domain "Exanet-il" I
am unable to log on to a member server ("snow") who is a member of the
"Exanet-qa" domain. The "exanet-qa" is supposed to trust "exanet-il",
and it all worked with 2.2 . This is the relevant log snippet I can
find:
[2002/11/28 18:26:05, 0] auth/au...
2005 Mar 01
1
can't load DLL error message
...with this error message:
Could not load DLL:
c:\windows\system\DLL32.DLL
This is the output of the terminal windows:
[localhost]$ wine setup.exe
fixme:win:SetWindowTextA cannot set text "InstallShield Wizard" of other
process window (nil)
fixme:win:SetWindowTextA cannot set text "Anet Client V4.86" of other
processwindow (nil)
Could not load 'NETDI.DLL' required by 'SETUP16', error=2
Could not load 'SETUP16.DLL' required by 'DLL16', error=2
err:thunk:_loadthunk (DLL16.DLL, thk_ThunkData16, DLL32.DLL): Unable to
load 'DLL16.DLL', error...
2005 Jul 28
1
net join fails but it tells "Joined domain"
Hi all,
when i try to join to domain vi anet join command i got some errors but net joins tells "Joined domain". Could you help me?
Thank You
# net join -Umyadminuser%'mypassword' -W mydomain --long -d 2
[Thu Jul 28 15:35:09 2005
, 1] lib/util_unistr.c:load_case_tables(63)
creating lame upcase table
[Thu Jul 28 15:35:09...
2017 Jan 26
2
cannot connect without user/pass on Windows 10
...NTLMSSP_NEGOTIATE
37 0.234009 10.0.0.7 -> 10.0.6.178 SMB2 351 Session Setup Response,
Error: STATUS_MORE_PROCESSING_REQUIRED, NTLMSSP_CHALLENGE
38 0.237069 10.0.6.178 -> 10.0.0.7 TCP 60 49942→445 [RST, ACK] Seq=345
Ack=504 Win=0 Len=0
Server config:
[global]
workgroup = MLHJ
interfaces = anet jnet print wifi lo
bind interfaces only = Yes
server role = standalone server
map to guest = Bad User
obey pam restrictions = Yes
syslog = 0
log file = /var/log/samba/smb.log
printcap name = /etc/printcap
dns proxy = No
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb...
2017 Jan 26
0
cannot connect without user/pass on Windows 10
...7 -> 10.0.6.178 SMB2 351 Session Setup Response,
> Error: STATUS_MORE_PROCESSING_REQUIRED, NTLMSSP_CHALLENGE
> 38 0.237069 10.0.6.178 -> 10.0.0.7 TCP 60 49942→445 [RST, ACK]
> Seq=345 Ack=504 Win=0 Len=0
>
> Server config:
> [global]
> workgroup = MLHJ
> interfaces = anet jnet print wifi lo
> bind interfaces only = Yes
> server role = standalone server
> map to guest = Bad User
> obey pam restrictions = Yes
> syslog = 0
> log file = /var/log/samba/smb.log
> printcap name = /etc/printcap
> dns proxy = No
> panic action = /usr/share/samba/pa...
2004 Feb 18
4
How to repeat a procedure
Hello,
1. After I generate a 100x50 matrix by x3<-matrix(0,100,50);for (i in
1:100) {x1<-rpois(50, mu[i]);x2<-x1; x2[runif(50)<.01]<-0; x3[i,]<-x2},
2. I want to calculate means and sample variances of each row and create a
new matrix 100x2;
3. I then want to repeat above procedure 500 times so that eventually I
will have 500 100x2 matrices.
Would someone mind helping me to
2005 Jul 24
2
ssl_cipher_list
Hi,
I have noticed the 'ssl_cipher_list' directive in the 1.0-test
snapshots which is not in 0.99. It's default value seems to be
"all:!low". However, this would not be compatible with openssl's
cipher listing format. Thus, I would vote to change it's format to be
openssl compatible. To be compatible, it has to be changed to
"ALL:!LOW" (just upercased in