Displaying 20 results from an estimated 90000 matches similar to: "HR software use LDAP authentication"
2024 Jun 16
2
code for year month day hr format
?s 21:42 de 15/06/2024, Jibrin Alhassan escreveu:
> Thank you Rui. I ran the following script
> df1 <- read.table("solar_hour", header = TRUE)
> df1$date <- as.Date(paste(df1$year, df1$hour),
> format = "%Y %j",
> origin = "2012-08-01-0")
> df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst",
2010 Feb 01
0
Payroll cum HR management application
Hi
Could anyone please suggest a good Payroll cum HR management open
source rails application?
Thanks
Tom
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2007 Aug 07
1
how to convert decimal date to its equivalent date format(YYYY.mm.dd.hr.min.sec)
Hello R Users,
How to convert decimal date to date as YYYY.mm.dd.hr.min.sec
For example, I have decimal date in one column , and want to convert and
write it in equivalent date(YYYY.mm.dd.hr.min.sec) in another next six
columns.
1979.000000
1979.020833
1979.041667
1979.062500
Is it possible in R ?
Kindly help,
Regards,
Yogesh
--
Dr. Yogesh K. Tiwari,
Scientist,
Indian Institute
2013 Jan 24
1
predicted HR in coxph with psline
Hi all,
I have some questions about the predicted HR in coxph function including
psline covariate.
If just fitting covariate as linear form, by default, the reference value
for each of predictions type (linear predictor, risk and terms) is the mean
covariate within strata.
If the psline is specified for the covariate, what's the reference value
for the predictions?
I did some test code
2024 Jun 15
1
code for year month day hr format
?s 20:00 de 15/06/2024, Jibrin Alhassan escreveu:
> I have solar-geophysical data e.g as blow:
> YEAR DOY HR IMF SW SSN Dst f10.7
> 2012 214 0 3.4 403. 132 -9 154.6
> 2012 214 1 3.7 388. 132 -10 154.6
> 2012 214 2 3.7 383. 132 -10 154.6
> 2012 214 3 3.7 391. 132 -9 154.6
> 2012 214 4 4.2 399. 132 -7 154.6
> 2012 214 5 4.1 411.
2004 Nov 12
1
libldap is needed for LDAP support
I am having a problem running configure, under Solaris 9. I get the above
error message. I get this problem, with both 3.0.7 and 3.0.8. The command
I am running is :
./configure --prefix=/usr/sfw --sysconfdir=/etc/sfw --with-smbwrapper
--with-acl-support --w
ith-ldap --with-ldapsam --with-ads --with-krb5=/usr/lib/krb5
I get this with the Sun ldap libraries (which I asummme are OpenLDAP by
2009 Nov 04
1
Convert H:MM:SS PM /AM into 24 HR syntax
I've got an array of times in H:MM:SS PM/AM format, e.g. "5:27:15 PM" (no leading zero), and I would like to convert them over to 24 HR syntax, e.g. HH:MM:SS.
If it matters, the times are from the Central Time zone.
Is there a command to convert the time to a 24HR format?
I tried the following:
ptime("5:27:15 PM", "%H:%M:%S")
[1] "2009-11-04
2008 May 09
0
$80/hr - rails developer and mentor + active scaffold
$80/hr - rails developer and mentor + active scaffold
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2012 Apr 10
0
marginal HR in coxph() model with interaction
Dear community,
I have a question regarding the standard error of "marginal hazard ratio"
estimates from a cox proportional hazard model with an interaction term.
I have to dichotomous variables ADMA and ALA (both low/high) where I have
divided the continuous variables at a certain level.
I am aware about the contra arguments categorizing a continous variable and
I could as well use
2010 Oct 12
2
LDAP Mail Notice
Hi, all :
I have a thought of writing the script to implement the LDAP mail
notice recently.
That's to say , after creating the new account and his passwd , then how to
send an E-mail to notice him?
By the way , I used the LDAP tool called 389 LDAP or openldap recently .
Could someone give me some suggestions ?
Thanks in advance.....
-------------- next part --------------
An
2024 Jun 15
2
code for year month day hr format
I have solar-geophysical data e.g as blow:
YEAR DOY HR IMF SW SSN Dst f10.7
2012 214 0 3.4 403. 132 -9 154.6
2012 214 1 3.7 388. 132 -10 154.6
2012 214 2 3.7 383. 132 -10 154.6
2012 214 3 3.7 391. 132 -9 154.6
2012 214 4 4.2 399. 132 -7 154.6
2012 214 5 4.1 411. 132 -6 154.6
2012 214 6 4.0 407. 132 -6 154.6
2012 214 7 4.2 404. 132 -4
2024 Jun 15
2
code for year month day hr format
Thank you Rui. I ran the following script
df1 <- read.table("solar_hour", header = TRUE)
df1$date <- as.Date(paste(df1$year, df1$hour),
format = "%Y %j",
origin = "2012-08-01-0")
df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst", "f10")]
head(df1)
#To display all the rows
print(df2).
It gave me this
2010 Apr 21
2
Sendmail using LDAP authentication problem
Hi , all ;
My openldap is running fine . Sendmail configuration is done. I want
to use LDAP authentication only.
User of my mailserver should not have a Linux users .
I am running CentOS 5.3 i386 . Openldap-2.3.43-3.el5 ,
sendmail-8.13.8-2.el5
All the software is already installed and running . LDAP has the
following tree:
uid=xxx, ou=People, dc=test,
2007 Feb 10
1
help needed - dovecot-ldap authentication
I am trying to set a up mail server on a ubuntu edgy machine. I followed the
howto at http://wanderingbarque.com/howtos/mailserver/mailserver.html .
I am able to configure everything except dovecot-ldap authentication :(.
After struggling with it for a week I decided to seek help.
The current version of dovecot is v1.0 RC21 and the version used for the
howto is v0.99.10.9. I installed &
2005 Sep 29
2
SAMBA 3.0.14a getpwent() usage with LDAP backend -- URGENT HELP!!!
Hi,
We're being hit by occasional very high load (up to 23 on a SUN Fire
v440) on our LDAP server
coming from a query of (objectClass=posixAccount). This currently
returns over 54,000 entries ...
This is coming from the getpwent() call in util_getent.c:getpwent_list()
This is coming from srv_samr_nt.c:get_memberuids()
But we're having trouble working out what triggers this call: it
2001 Nov 13
1
rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.]
Tomasz Ciolek <tmc@goldweb.com.au> on 13.11.2001 01:51:25
An: Thomas Schweikle <tschweikle@fiducia.de>
Kopie: "Tomasz Ciolek <tmc"
Thema: Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr,
da? alle bekannten Viren und deren Varianten erkannt wurden.]
> Umm loose the spaces between the - and the pattern??
removing spaces changes matching to
2014 Apr 16
1
Ideas how to use Samba 4 AD and still offer standard LDAP authentication?
Hi,
I have a working Samba 4 AD which is used by Windows clients. I also
have an LDAP server for use with Linux servers and web applications.
What I really need is the Samba 4 AD to be the single maintained
authentication database while providing an LDAP compatible server for
web applications (and preferably Linux). I've looked at extending the
Samba 4 schema, but that doesn't seem
2024 Jun 26
3
Object Could not be displayed
Hi,
We have an Centos Stream 9 Samba Domain Controller V4.17.2
We have Backup Domain Controller with global catalog previously used Centos
Stream 9 V4.17.2(*This one totally removed from network*)
*Samba has been building from Source Package*
*Initially We have an domain controller from CentOS 7 With Samba 4.8.9
After that we have been upgraded the OS & SAMBA Version*
*Currently have only
2007 May 14
1
Samba 4 and OpenLDAP (and other LDAP servers)
All, devels,
I would like to put in a request the those working on Samba 4 - at our
company, we already have a significant investment in Samba 3 and
OpenLDAP - LDAP is our primary authentication backend, controls access
and configuration of our email infrastructure, and we have written many
scripts and web applications that use OpenLDAP, not least of which is an
automated user account request (by
2008 Jan 20
3
centos authentication via ldap produces no name shell prompt
Hello,
I'm trying to set up centos 5.1 to authenticate against an openldap
server. I've got the authentication working, in that i can log in as a user
contained within the ldap database but not in the system passwd/group files.
The problem is instead of a prompt that for example looks like this:
(username)@hostname:~/$
i'm getting this:
(I have no name)@hostname:~/$