search for: djohn

Displaying 7 results from an estimated 7 matches for "djohn".

Did you mean: john
2011 Jun 10
1
ldap backend failing
Hi, I have an ldap provider and consumer that appear to work correctly, EG, new users are sync'ed and a search on either server (ldapsearch -x -b 'dc=example,dc=com' '(cn=djohn)') returns an oject. However when an XP user attempt to connect to the consumer server the authentication fails: [2011/06/10 16:11:21, 0] lib/util_sock.c:write_data(1059) [2011/06/10 16:11:21, 0] lib/util_sock.c:get_peer_addr_internal(1607) getpeername failed. Error was Transport endpoint...
2003 Sep 12
1
rsync logfile - daemon does not log enough
.../etc: ________________________________________ transfer logging = yes log format = %u %f %b log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [backup] path = ~backup uid = nobody gid = nobody read only =no list = yes auth users = djohn gstan secrets file = /etc/rsync.sec ________________________________________ I am running rsync over ssh with the following command from a remote server: rsync -avvze ssh filename djohn@remoteserver:. The file transfers fine, but I get no output in the log on the server. Can someone point...
2011 Jun 15
1
BDC and ldap set-up problem
...ers to the /etc/passwd file. At the moment users can authenticate onto the domain but once they try and access a share on the BDC, these XP users get a dialogue box asking for a login. The log for the machine reads: [2011/06/15 17:07:11.827697, 1] auth/auth_util.c:580(make_server_info_sam) User djohn in passdb, but getpwnam() fails! [2011/06/15 17:07:11.827841, 0] auth/auth_sam.c:493(check_sam_security) check_sam_security: make_server_info_sam() failed with 'NT_STATUS_NO_SUCH_USER' [2011/06/15 17:07:11.834014, 1] auth/auth_util.c:580(make_server_info_sam) User djohn in passdb, but...
2011 Jun 21
1
Setting domain group ownership on files
.../public; chgrp users /tmp/public; chmod 2777 /tmp/public. Then from a Windows XP work station I logged in as a domain user, connected to the share and created a folder. When I list the folder from the shell on the server I see: root at dev2:/etc/samba# ls -ltr /tmp/public/ total 4 drwxrwxr-x 2 DOM\djohn users 4096 2011-06-21 11:44 d_john That's great, the domain user owns the file. However the group owner is the local group 'users' (coming from the chmod above). My question is "Is there a way to chgrp the parent folder to the DOM\Domain users group?" or do I have to employ...
2010 Oct 03
1
Johnson Distribution Fit
...m trying to fit a Johnson SB distribution using fitdist function in fitdistrplus Library. I have defined the Johnson SB distribution from ( http://www.ntrand.com/johnson-sb-distribution/) . But it gives me the follwing errors. Any help would be appreciated #xi = xi #lambda =l #delta =d #gamma = g djohn = function(x,xi,l,d,g) (d/(l*sqrt(2*pi)*((x-xi)/l)*(1-((x-xi)/l))))*exp[-0.5*(g + d*log(((x-xi)/l)/(1-((x-xi)/l))))^2] pjohn = function(x,xi,l,d,g) pnorm(g + d*log(((x-xi)/l)/(1-((x-xi)/l)))) qjohn = function(p,xi,l,d,g) xi + (l*exp((qnorm(p) - g)/d))/(1 + exp((qnorm(p) - g)/d)) f1c <- fi...
2012 Jan 20
0
fit Johnson Sb with fitdist(method="mme")
...ers even if the bounding estimates are "known"/"guessed". Therefore, I tried to fit it with the "mme" method giving: #xi = xi #lambda =l #delta =d #gamma = g data1 <- rlnorm(10000,-2.79,0.598) ## the parameters have been estimated for a 2-parms lognormal dist. djohn <- function(x,xi,l,d,g) { ## probability density function of Johnson SB distribution (source: http://www.ntrand.com/johnson-sb-distribution/) (d/(l*sqrt(2*pi)*((x-xi)/l)*(1-((x-xi)/l))))*exp(-0.5*(g + d*log(((x-xi)/l)/(1-((x-xi)/l))))^2) } pjohn <- function(x,xi,l,d,g) { pnorm(g + d...
1998 Nov 14
0
Samba printing to a PC client from Solaris
...inexperience in this area). I would like to define several printers (say 10 - 15) so that a given user can use a configuration line in the SAS printer setup such as: /<path>/lp -d<Samba name for local printer> to print locally from the server. I.e.: John might use "/.../lp -dJohn" in his SAS printer definition, and Matt might use "/.../lp -dMatt" in his. The question I have is this: what is the outline of steps needed to define the proper configuration? Here is what I have managed to piece together so far, and it may be seriously flawed as I am new to Unix...