Displaying 20 results from an estimated 483 matches for "568".
Did you mean:
468
2005 Jul 07
0
Migration: server with smb 2.2 -> new server, 2.2 too, weird issues
...988KB size and this one is about 26KB. I still maintain the big one in case somebody could help me with this issue and wants information of it. Some data like real domain name or real users has been modified for anonimity reasons.
### Here it seems the authentication process starts...
lsass.exe:568 OpenKey HKLM\SECURITY\Policy SUCCESS Access: 0x2001F
lsass.exe:568 QueryValue HKLM\SECURITY\Cache\NL$3 SUCCESS 0E 00 1E 00 0E 00 00 00 ...
lsass.exe:568 QueryValue HKLM\SECURITY\Cache\NL$2 SUCCESS 0E 00 1E 00 0E 00 1A 00 ...
lsass.exe:568 QueryValue HKLM\SECURITY\Cache\NL$1 SUCCESS 0C 00 1E 00 0C...
2017 Dec 15
1
Samba 4.6.11 member server group resolution not working
...We have a lot of
entries in log.wb-<DOMAIN> like this:
[2017/12/15 11:39:47.959368, 1]
../source3/winbindd/winbindd_ads.c:1236(lookup_groupmem)
lsa_lookupsids call failed with NT_STATUS_RPC_PROTOCOL_ERROR -
retrying...
[2017/12/15 11:39:47.962929, 1]
../source3/rpc_client/cli_pipe.c:568(cli_pipe_validate_current_pdu)
../source3/rpc_client/cli_pipe.c:568: RPC fault code
DCERPC_NCA_S_PROTO_ERROR received from host dc-04.samba.thedomain.net!
[2017/12/15 11:39:47.972992, 1]
../source3/rpc_client/cli_pipe.c:568(cli_pipe_validate_current_pdu)
../source3/rpc_client/cli_pipe.c:56...
2004 Apr 05
5
[Bug 568] Kerberos password auth/expiry kbdint patch
http://bugzilla.mindrot.org/show_bug.cgi?id=568
------- Additional Comments From michael.houle at atcoitek.com 2004-04-06 06:04 -------
Can someone please enlighten me on whether this kind of code is going
to be included in the main development ? I thought this would be handled
automatically by the krb5 libraries, so I was suprised to find...
2008 Nov 25
2
dataframe
hi there
I have a dataframe
abc 123 345
abc 345 456
lmn 567 345
hkl 568 535
lmn 096 456
lmn 768 094
i want the uniques of column 1 and there corresponsing column 2 and 3
output
abc 123 345
lmn 567 345
hkl 568 535
cbind(DF1[,1],DF1[which(unique(DF1[,1]),c(2,3)])
but didnt work
kindly let me know how to go abt it
ramya
--
View this message in context: http://www.n...
2009 Jan 10
2
[Bug 568] New: iptables-save saves option hashlimit-htable-gcinterval with error
http://bugzilla.netfilter.org/show_bug.cgi?id=568
Summary: iptables-save saves option hashlimit-htable-gcinterval
with error
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2...
2003 May 15
2
[Bug 568] Kerberos password auth/expiry kbdint patch
http://bugzilla.mindrot.org/show_bug.cgi?id=568
Summary: Kerberos password auth/expiry kbdint patch
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: sshd
AssignedT...
2005 Jun 18
0
"LDAP: No username in reply" error
...quot;
Jun 18 08:28:12 setzer slapd[1957]: conn=37 op=39 SRCH attr=uid
homeDirectory uidNumber gidNumber
Jun 18 08:28:12 setzer slapd[1957]: conn=37 op=39 SEARCH RESULT tag=101
err=0 nentries=1 text=
Jun 18 08:28:12 setzer slapd[1952]: conn=565 fd=18 closed
Jun 18 08:28:13 setzer slapd[1952]: conn=568 fd=18 ACCEPT from
IP=192.168.1.3:54510 (IP=0.0.0.0:389)
Jun 18 08:28:13 setzer slapd[1955]: conn=568 op=0 BIND
dn="uid=ispman,ou=admins,o=ispman" method=128
Jun 18 08:28:13 setzer slapd[1955]: conn=568 op=0 BIND
dn="uid=ispman,ou=admins,o=ispman" mech=SIMPLE ssf=0
Jun 18 08:2...
2007 May 09
0
[Bug 568] New: iptables-save/restore error messages are not newline-terminated
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=568
Summary: iptables-save/restore error messages are not newline-
terminated
Product: iptables
Version: CVS (please indicate
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority:...
2016 Feb 19
3
imapc tries to fetch uid 0
...ent session (which is triggered by a
message, received via LMTP):
* OK [CAPABILITY IMAP4rev1 NAMESPACE] Ready
2 LOGIN "uid" "pass"
2 OK LOGIN succeeded
1 LIST "" ""
* LIST (\Noselect) "/" ""
1 OK LIST completed
3 APPEND "INBOX" {568}
+ Ready for 568 octets of data
[...]
3 OK APPEND complete
4 EXAMINE "INBOX"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)]
Flags permitted.
* 4 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1455885804]
* OK [UIDNEXT 5]
4 OK [...
2009 Oct 01
3
Computers leaving samba domain
...at on any of these.
One lab has brand new computers. The other lab just got imaged day before
yesterday. I'll go ahead and get them all added back in, but I need to
find what to be looking for if they keep doing this. Thanks.
--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565
Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?
2000 Jun 13
1
problem with aperm? (PR#568)
R version 1.0.1
OS RedHat Linux 6.1
In attempting to test for numeric vectors in a data frame, I tried:
apply(dataframe,2,is.numeric)
and found that it returned FALSE for all vectors whether they were
numeric or not. I tracked this to the fact that as.array() was
converting the data frame to character vectors, and thought I could
solve it by using array(), which preserved the mode of the
2008 Nov 25
1
Problems configuring samba with pam_mysql auth - NT_STATUS_NO_SUCH_USER / NT_STATUS_LOGON_FAILURE
...0 of length 194 (0 toread)
[2008/11/25 16:03:37, 3] smbd/process.c:switch_message(1361)
switch message SMBnegprot (pid 12885) conn 0x0
[2008/11/25 16:03:37, 3] smbd/sec_ctx.c:set_sec_ctx(324)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2008/11/25 16:03:37, 3] smbd/negprot.c:reply_negprot(568)
Requested protocol [PC NETWORK PROGRAM 1.0]
[2008/11/25 16:03:37, 3] smbd/negprot.c:reply_negprot(568)
Requested protocol [MICROSOFT NETWORKS 1.03]
[2008/11/25 16:03:37, 3] smbd/negprot.c:reply_negprot(568)
Requested protocol [MICROSOFT NETWORKS 3.0]
[2008/11/25 16:03:37, 3] smbd/negprot....
2002 Nov 08
1
bug on openssh 3.5p1
...; victim.22: P 1:23(22) ack 24 win 5840
12:17:32.652665 victim.22 > attacker.32804: . ack 23 win 5792
12:17:32.653418 attacker.32804 > victim.22: P 23:567(544) ack 24 win 5840
12:17:32.653684 victim.22 > attacker.32804: . ack 567 win 6528
12:17:32.654515 victim.22 > attacker.32804: P 24:568(544) ack 567 win 6528
12:17:32.654976 attacker.32804 > victim.22: P 567:591(24) ack 568 win 6528
12:17:32.660227 victim.22 > attacker.32804: P 568:992(424) ack 591 win 6528
12:17:32.696527 attacker.32804 > victim.22: P 591:1007(416) ack 992 win 7616
12:17:32.729500 victim.22 > attacker....
2005 Nov 10
1
Strange Samba permissions
...nt permissions.
drwxrwx--T 2 kertzb teacher 4096 Sep 22 03:41 word computer two
drwxrws--T 2 kertzb teacher 4096 Sep 22 03:42 Word Chapter one
The 2nd one got the SGUID bit carried over, the first did not. Why
would this happen?
--
Scott Mayo
Technology Coordinator
Bloomfield Schools
PH: 573-568-5669
FA: 573-568-4565
Pager: 800-264-2535 X2549
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
2006 Jan 02
2
passwords expiring
...username
Using the ldap-usermod has not seemed to do anything. I have reset them
twice with:
smbldap-usermod -e "2014-01-01 01:01:01" -A 0 username
and they are still expring after around 40 days.
Thanks for the help.
--
Scott Mayo
Technology Coordinator
Bloomfield Schools
PH: 573-568-5669
FA: 573-568-4565
Pager: 800-264-2535 X2549
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
2008 Jul 14
1
Replacing a Samba server
...n I put the new server
in place?
If that is the case, can I set the SID on the new samba server to be the
same as the old samba server and will that do the trick so that I do have
to go around to each computer?
Thanks for any info.
--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565
Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?
2009 Jul 22
2
samba server version removal
...rver Version ..... (share)(F:)"
I have tried commenting out the 'Server String =' in the config and even
setting it to something like 'Server String =', but it shows the same
thing anyways.
Thanks for any info.
--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565
Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?
2006 Aug 24
1
Strange permissions problems
...files in the .../chap1 directory that have
the user and group rosie.teacher just like they should.
I logged on with her username just to test this and the files that I
saved had the user and group rosie.bhs.
Thanks for any help.
--
Scott Mayo
Technology Coordinator
Bloomfield Schools
PH: 573-568-5669
FA: 573-568-4565
Pager: 800-264-2535 X2549
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
2005 Oct 07
1
User list
...thing seems to be
working alright besides this, but I would like to be able to extract a
list of users or groups at certain times. At this point, I see no way
to do it since there is no /etc/passwd or /etc/group to check.
Thanks
--
Scott Mayo
Technology Coordinator
Bloomfield Schools
PH: 573-568-5669
FA: 573-568-4565
Pager: 800-264-2535 X2549
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
2000 Mar 10
0
change permission and smbpasswd
...yes
[public]
comment = CD's for the PC Side
path = /cds/views_pc
public = yes
guest ok = yes
writable = no
printable = no
browseable = yes
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
log.username
[2000/03/08 11:28:40, 1] smbd/service.c:close_cnum(568)
ppzhupc (156.151.53.62) closed connection to service tmp
[2000/03/08 11:28:40, 1] smbd/service.c:close_cnum(568)
ppzhupc (156.151.53.62) closed connection to service ppzhu
[2000/03/08 11:28:40, 1] smbd/service.c:close_cnum(568)
ppzhupc (156.151.53.62) closed connection to service public
[200...