search for: get_filt

Displaying 14 results from an estimated 14 matches for "get_filt".

Did you mean: get_file
2004 Sep 20
1
NT_STATUS_LOGON_FAILURE with pdc samba + openldap + SuSE9.1
...amanda slapd[14480]: daemon: activity on 1 descriptors Sep 20 11:11:46 amanda slapd[14480]: daemon: activity on: Sep 20 11:11:46 amanda slapd[14480]: 20r Sep 20 11:11:46 amanda slapd[14480]: Sep 20 11:11:46 amanda slapd[14480]: daemon: read activity on 20 Sep 20 11:11:46 amanda slapd[14480]: begin get_filter Sep 20 11:11:46 amanda slapd[14480]: AND Sep 20 11:11:46 amanda slapd[14480]: begin get_filter_list Sep 20 11:11:46 amanda slapd[14480]: begin get_filter Sep 20 11:11:46 amanda slapd[14480]: EQUALITY Sep 20 11:11:46 amanda slapd[14480]: end get_filter 0 Sep 20 11:11:46 amanda slapd[14480]: begin...
2003 Jul 12
4
Samba-2.2.8a /LDAP can't join domain
-----Original Message----- From: Scott Phelps [mailto:sphelps@ridgways.com] Sent: Friday, July 11, 2003 9:19 PM To: 'samba@lists.samba.org' Subject: Samba-2.2.8a & LDAP - Can't join Domain - SID mapping error Hi everyone, I am at my wits end and am hoping one of you can help me out. I am getting the following error when attempting to join Windows XP/2000 machine to the domain:
2003 Mar 11
0
import_smbpasswd.pl problem
...,dc=com> Mar 11 16:42:31 apollo slapd[14080]: <<< dnPrettyNormal: <dc=example,dc=com>, <dc=example,dc=com> Mar 11 16:42:31 apollo slapd[14080]: SRCH "dc=example,dc=com" 2 2 Mar 11 16:42:31 apollo slapd[14080]: 0 0 0 Mar 11 16:42:31 apollo slapd[14080]: begin get_filter Mar 11 16:42:31 apollo slapd[14080]: EQUALITY Mar 11 16:42:31 apollo slapd[14080]: end get_filter 0 Mar 11 16:42:31 apollo slapd[14080]: filter: (uid=ilia) Mar 11 16:42:31 apollo slapd[14080]: attrs: Mar 11 16:42:31 apollo slapd[14080]: Mar 11 16:42:31 apollo slapd[14080]: conn=4 op...
2004 Feb 24
1
(no subject)
...ually freed 4. log from the slave Feb 23 17:44:36 localhost slapd[8287]: daemon: activity on 1 descriptors Feb 23 17:44:36 localhost slapd[8287]: daemon: new connection on 9 Feb 23 17:44:36 localhost slapd[8287]: str2filter "(objectclass=*)" Feb 23 17:44:36 localhost slapd[8287]: begin get_filter Feb 23 17:44:36 localhost slapd[8287]: PRESENT Feb 23 17:44:36 localhost slapd[8287]: end get_filter 0 Feb 23 17:44:36 localhost slapd[8287]: conn=0 fd=9 ACCEPT from IP=192.168.5.3:33370 (IP=0.0.0.0:389) Feb 23 17:44:36 localhost slapd[8287]: daemon: added 9r Feb 23 17:44:36 localhost slapd[8287]...
2008 Mar 31
10
Paginate with Rails 2.0.2 question
Hi, So I''m using @post_pages, @posts = paginate :posts, :per_page => 10 to paginate. But I have rails 2.0.2 on my VPS. Now this version of paginate throws an error. What happened to classic pagination and what is done now? Thanks, Ron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2005 Apr 23
1
Urgent: problem with SAMBA+LDAP
...t;" method=128 Apr 23 00:09:46 arrakis slapd[159]: [ID 217296 local4.debug] conn=1364 op=0 RESULT tag=97 err=0 text= Apr 23 00:09:46 arrakis smbd[22907]: [ID 569656 daemon.info] nss_ldap: reconnected to LDAP server after 1 attempt(s) Apr 23 00:09:46 arrakis slapd[159]: [ID 870088 local4.debug] get_filter: unknown filter type=130 Apr 23 00:09:46 arrakis last message repeated 3 times Apr 23 00:09:46 arrakis slapd[159]: [ID 998954 local4.debug] conn=1364 op=1 SRCH base="dc=domain,dc=mine" scope=2 deref=0 filter="(&( objectClass=nisNetgroup)(|(?=undefined)(?=undefined)(?=undefined)...
2012 Mar 16
0
Wine release 1.5.0
...shtml: Get rid of remaining PRBool usages. msxml3: Avoid BAD_CAST in schemasInit. ieframe: Use Custom IEnumOLEVERBVtbl implementation in IOleObject::EnumVerbs. ieframe: Added EnumVerbs tests. mshtml: Store filter in HTMLElement object. mshtml: Added IHTMLCurrentStyle2::get_filter implementation. mshtml: Added IHTMLCurrentStyle2::get_filter tests. mshtml: Don't overwrite type of result if property type is VT_VARIANT. Jaka Kranjc (1): po: Preserve the previous msgid on change as a hint to translators. Jozef Kucia (2): d3dx9/tests: Don't lea...
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
...ompress, compress); +GUESTFSD_EXT_CMD(str_gzip, gzip); +GUESTFSD_EXT_CMD(str_bzip2, bzip2); +GUESTFSD_EXT_CMD(str_xz, xz); +GUESTFSD_EXT_CMD(str_lzop, lzop); + /* Has one FileOut parameter. */ static int do_compressX_out (const char *file, const char *filter, int is_device) @@ -118,15 +124,15 @@ get_filter (const char *ctype, int level, char *ret, size_t n) reply_with_error ("compress: cannot use optional level parameter with this compression type"); return -1; } - snprintf (ret, n, "compress -c"); + snprintf (ret, n, "%s -c", str_compress);...
2012 Aug 30
1
[PATCH] collect list of called external commands
...tr_compress, compress); +GUESTFS_EXT_CMD(str_gzip, gzip); +GUESTFS_EXT_CMD(str_bzip2, bzip2); +GUESTFS_EXT_CMD(str_xz, xz); +GUESTFS_EXT_CMD(str_lzop, lzop); + /* Has one FileOut parameter. */ static int do_compressX_out (const char *file, const char *filter, int is_device) @@ -118,15 +124,15 @@ get_filter (const char *ctype, int level, char *ret, size_t n) reply_with_error ("compress: cannot use optional level parameter with this compression type"); return -1; } - snprintf (ret, n, "compress -c"); + snprintf (ret, n, "%s -c", str_compress);...
2017 Jul 27
0
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
...ompress, compress); -GUESTFSD_EXT_CMD(str_gzip, gzip); -GUESTFSD_EXT_CMD(str_bzip2, bzip2); -GUESTFSD_EXT_CMD(str_xz, xz); -GUESTFSD_EXT_CMD(str_lzop, lzop); - /* Has one FileOut parameter. */ static int do_compressX_out (const char *file, const char *filter, int is_device) @@ -126,15 +120,15 @@ get_filter (const char *ctype, int level, char *ret, size_t n) reply_with_error ("compress: cannot use optional level parameter with this compression type"); return -1; } - snprintf (ret, n, "%s -c", str_compress); + snprintf (ret, n, "%s -c", "com...
2017 Jul 24
0
[PATCH 2/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
...zip); -GUESTFSD_EXT_CMD(str_bzip2, bzip2); -GUESTFSD_EXT_CMD(str_xz, xz); -GUESTFSD_EXT_CMD(str_lzop, lzop); +DECLARE_EXTERNAL_COMMANDS ("compress", "gzip", "bzip2", "xz", "lzop") /* Has one FileOut parameter. */ static int @@ -126,15 +122,15 @@ get_filter (const char *ctype, int level, char *ret, size_t n) reply_with_error ("compress: cannot use optional level parameter with this compression type"); return -1; } - snprintf (ret, n, "%s -c", str_compress); + snprintf (ret, n, "%s -c", "com...
2020 Apr 24
0
Wine release 5.7
...ues in FIXME() messages. dwrite: Include config.h for HAVE___BUILTIN_POPCOUNT. appwiz.cpl: Rename ARCH_STRING to GECKO_ARCH. Gabriel Iv?ncescu (9): qedit: Implement IMediaDet::get_StreamType(). qedit: Implement IMediaDet::get_StreamTypeB(). qedit: Implement IMediaDet::get_Filter(). qedit: Use "Source" as the name of the source filter. qedit: Move GetFilterInfo up and rename it. qedit: Move GetSplitter up and rename it. qedit: Implement IMediaDet::put_Filter(). qedit: Store the filename instead of querying the filter for it. q...
2017 Jul 27
3
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
This is a simpler patch that removes GUESTFSD_EXT_CMD completely.
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option ‘./guestfsd --print-external-commands’