Displaying 4 results from an estimated 4 matches for "u_id".
Did you mean:
_id
2011 Oct 23
4
summarizing a data frame i.e. count -> group by
...unt(*)
from data.frame
group by time, partitioning_mode
My attempted R versions are wrong and produce very cryptic error message:
> throughput <- aggregate(x=df[,c("time", "partitioning_mode")], by=list(df$time,df$partitioning_mode), count)
Error in `[.default`(df2, u_id, , drop = FALSE) :
incorrect number of dimensions
> throughput <- aggregate(x=df, by=list(df$time,df$partitioning_mode), count)
Error in `[.default`(df2, u_id, , drop = FALSE) :
incorrect number of dimensions
>throughput <- tapply(X=df$time, INDEX=list(df$time,df$partitioning),...
2005 Jun 06
2
Mailbox usage
I use dovecot-0.99.11 from RHEL4.
dovecot-mysql.conf:
===
db_host = dbhost
db_port = 3306
db = db
db_user = dovecot
db_passwd = pass
default_pass_scheme = PLAIN
password_query = SELECT password FROM users WHERE username = '%u'
user_query = select maildir AS home,u_id AS uid,g_id AS gid from users
WHERE username = '%u'
===
When I try "telnet localhost 110" and enter test login, I get in errorlog:
===
dovecot-auth: Jun 06 07:21:49 Info: MySQL: Performing query: SELECT
password FROM users WHERE username = 'andy at domain'
dovecot-auth:...
2010 Oct 27
1
reading multiple XML files into an R table
...>
- <#> <participant_umm>
<effect_after>100</effect_after>
<station>Vinje</station>
<affected_units>G1, G2, G3</affected_units>
- <#> <umm predecessor_id="*0*" parent_id="*5244*" new_followup="*New*"u_id
="*5244*">
<event_start>19.07.04 hour 11:15</event_start>
<registered>19.07.04 hour 11:15</registered>
<event_type>Production failure</event_type>
<status>Approved and does not have a Followup</status>
<decission>19.0...
2005 Mar 07
2
dovecot patch for TCB auth
...runs digital unix with TCB authentication
Thanks
--
Thomas Hummel | Institut Pasteur, Paris, France
<hummel at pasteur.fr> | P?le informatique - syst?mes et r?seau
--------
Here are some details about which attribute we're planning to use and
their TCB equivalents
uidNumber ~ u_id
uid ~ u_name
userPassword ~ u_pwd
shadowLastChange ~ u_succhg
shadowExpire ~ u_expdate
shadowMax ~ u_life
shadowWarning ~ u_exp [ shadowWarning = u_life - u_exp]
plus the one we wrote :
maxTries ~ u_maxtries
[ maximum number of consecutive unsuccessful login attempts to the
account tha...