search for: defa

Displaying 11 results from an estimated 11 matches for "defa".

Did you mean: defau
2007 Sep 12
1
Clearing account lockout
...rator administratively locked out with no bad password time. Leaving locked out. Can only set [NDHLX] flags Resetting the lockout duration doesn't help either # pdbedit -P "lockout duration" -C 5 account policy "lockout duration" description: Lockout duration in minutes (defa ult: 30, -1 => forever) account policy "lockout duration" value was: 30 account policy "lockout duration" value is now: 5 Any ideas? I added a 2nd account to the unix "DomainAdmins" group (which is mapped to the windows group) but that doesn't seem to give au...
2004 Nov 16
1
Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem
...tory mode = 775 vfs objects = recycle recycle: repository = .recycle/%U recycle: versions = yes recycle: touch = yes recycle: keeptree = yes dos filetimes = yes store dos attributes = yes Here is the output from strace when I run COPY DEFAULT.PLT BACK.PLP Process 28882 attached - interrupt to quit select(24, [19 22 23], NULL, NULL, {53, 320000}) = 1 (in [22], left {41, 266000}) read(22, "\0\0\0?", 4) = 4 read(22, "\377SMB\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0E\7"..., 63) = 63 gettimeofday...
2011 Sep 28
3
dump.frames, debugger and the "..." argument
...of the functions in the call stack however uses the "..." (dot dot dot) argument. When I run debugger() and try to browse to this functions' environment I get the following error message: Error in get(.obj, envir = dump[[.selection]]) : argument "..." is missing, with no default Some googleing showed that this seems to be a more common problem but I was not able to find any solution. Any ideas? Jannis
2012 Aug 01
3
Changing labels positions in two graphics
Hi, I?ve got some problems with the labels of the x-axis I,ve got two factors with two categories each: sex (males and females) and area (central and peninsulae), but because of the lenngth in the graphic just appeared two of the four labels. I thought the solution could be rotate it 45? degrees, I have read it can be done with "srt" or "rotate", but I don?t know hoe to use
2003 Feb 15
3
Perl on Windows XP for Rcmd build
Is there a recommended binary version of perl to use under Windows XP for `Rcmd build'? The R FAQ for Windows just mentions "perl". I think that Kevin Wang's document on R for Windows suggests ActiveState perl but I have not been able to install it. I am running Windows XP Professional on a laptop. The operating system was originally Windows 98 then upgraded to Windows ME
2004 Aug 09
1
[PATCH] RPA authentication mechanism
...const char *user __attr_unused__) +{ + return strcasecmp(password, password_generate_rpa(plaintext)) == 0; +} + +static const char *rpa_generate(const char *plaintext, + const char *user __attr_unused__) +{ + return password_generate_rpa(plaintext); +} + static const struct password_scheme default_schemes[] = { { "CRYPT", crypt_verify, crypt_generate }, { "MD5", md5_verify, md5_generate }, @@ -439,6 +451,7 @@ static const struct password_scheme defa { "LDAP-MD5", ldap_md5_verify, ldap_md5_generate }, { "LANMAN", lm_verify, lm_generate }, {...
2000 Apr 26
1
R:
...; utmp hostname > utmp consolidate > wtmp directory > > These parameters are only available if the "--with-utmp" > option was selected at configure time. The yes/no option "utmp" > specifies whether utmp records should be recorded on user > logon/logoff. It defaults to "no". The "utmp dir" and "wtmp dir" > are string parameters specifying pathnames to the directories > containin= > g > the utmp/wtmp file databases. See the smb.conf man page for > more detail= > s. > > inherit permissions > > T...
2013 Nov 05
1
Problem migration from cyrus with imapc
...ox date ihave namespace inbox { inbox = yes list = children location = prefix = INBOX. separator = . type = private } passdb { args = /etc/dovecot/dovecot-sql-master.conf.ext driver = sql master = yes pass = yes } passdb { args = /etc/dovecot/dovecot-sql.conf.ext default_fields = userdb_home=/vmail/%1Mu/%2.1Mu/%u driver = sql } plugin { quota = dict:User quota::file:%h/dovecot-quota quota_rule = *:storage=10240 sieve = ~/.dovecot.sieve sieve_dir = ~/sieve stats_refresh = 10 secs stats_track_cmds = yes } postmaster_address = postmaster at mne...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths