search for: 9999999

Displaying 20 results from an estimated 236 matches for "9999999".

Did you mean: 999999
2012 Mar 27
1
matrix(unlist(strsplit(""))) 'missing value' issue
...he variables 'bankoffer.1', 'bankoffer.3', 'bankoffer.5' etc. These variables look like the following: alldata$bankoffer.1 [1] 246000:accepted 267000:notaccepted 200000:notaccepted Levels: 246000:accepted 267000:notaccepted 200000:notaccepted > alldata$bankoffer.3 [1] 9999999 429000:notaccepted 48000:notaccepted Levels: 9999999 429000:notaccepted 48000:notaccepted The problem is that the values in the cells are weird, they constitude for example of /'246000:accepted'/I would decompose that so that /246000 /is in one variable and /accepted /in another...
2015 Dec 08
5
Samba4 ad dc with Centos7
...ET.UNV netbios name = ITU server role = active directory domain controller dns forwarder = 10.2.3.4 idmap_ldb:use rfc2307 = yes idmap config INTRANET:backend = ad idmap config INTRANET:schema_mode = rfc2307 idmap config INTRANET:range = 10000-9999999 idmap uid = 10000-9999999 idmap gid = 1000-9999999 # Use settings from AD for login shell and home directory winbind nss info = rfc2307 winbind use default domain = yes winbind enum users = yes winbind enum groups = yes I appreciate any he...
2006 Jul 02
18
JOIN conditions
Hi, how can I get Rails to generate SQL queries with conditions in the JOIN clause? What I would want is: SELECT * FROM people p LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999) I tried People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'') but that generates SELECT * FROM people p LEFT OUTER JOIN jobs j (p.job_id = j.id) WHERE j.salary > 9999999 Thanks. Cheers, Marco
2018 Dec 20
3
samba AD, keberos, NFS - not working
...5 security. After upgrade unable to mount it. Suggest me is there any configure change in 4.9.3. Please look the following configuration. [Global] available= yes restrict anonymous= 0 Workgroup= SAM netbios name= x2 realm= SAM.COM password server= 192.168.1.14, * idmap backend= tdb idmap uid= 5000-9999999 idmap gid= 5000-9999999 idmap config SAM : backend= rid idmap config SAM : range= 10000000-19999999 security= ADS name resolve order= wins host bcast lmhosts client use spnego= yes dns proxy= no winbind use default domain= no winbind nested groups= yes inherit acls= yes winbind enum users= yes wi...
2019 Oct 29
4
After configured server signing, file transfer speed is very slow
...90% speed has reducing. Kindly do the needful. Please find the below configuration: [Global] available= yes restrict anonymous= 0 server string= Test Workgroup= GNANA netbios name= Test realm= GNANA.COM <http://VIGNESH.COM> password server= 192.168.1.14, * idmap backend= tdb idmap uid= 5000-9999999 idmap gid= 5000-9999999 idmap config GNANA : backend= rid idmap config GNANA : range= 10000000-19999999 security= ADS name resolve order= wins host bcast lmhosts client use spnego= yes dns proxy= no winbind use default domain= no winbind nested groups= yes inherit acls= yes winbind enum users= yes...
2018 Dec 14
3
unable to mount nfs4v over krb5 after samba upgrade.
Hi Team, Upgraded samba from 4.7. to 4.9.3. After upgrade unable to mount nfsv4 through krb5 security. smb.conf: [Global] available= yes restrict anonymous= 0 Workgroup= VIKY netbios name= viky realm= VIKY.LOCAL password server= 192.168.1.10, * idmap backend= tdb idmap uid= 5000-9999999 idmap gid= 5000-9999999 idmap config *: backend= rid idmap config *: range= 10000000-19999999 security= ADS name resolve order= wins host bcast lmhosts client use spnego= yes dns proxy= no winbind use default domain= no winbind nested groups= yes inherit acls= yes winbind enum users= yes winbind en...
2015 Oct 22
2
[Samba-it] samba 4.x: centos 7: Bad SMB2 signature for message
...r/log/samba/log.%m max log size = 50 server signing = required load printers = No printcap name = /dev/null local master = No domain master = No wins server = 192.168.50.1 winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes idmap config * : range = 1000000-9999999 idmap config * : backend = rid printing = bsd cups options = raw print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j store dos attributes = Yes [homes] comment = Home Directories read only = No browseable = No [backup] comment...
2015 Dec 08
3
Samba4 ad dc with Centos7
...ad dc with Centos7   I believe there is no enumeration allowed by default whatever you use to generate system users from AD (winbind, sssd or nslcd).   Cheers,   mathias   2015-12-08 13:42 GMT+01:00 L.P.H. van Belle <belle at bazuin.nl>: Hai, Few things. > idmap gid = 1000-9999999 did you also change the start GID in the AD? https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC#Defining_the_next_UID.2FGID_to_use > "getent group" and "getent passwd" On a DC, use  : getent group "domain users" shows only the group name + G...
2005 Jul 25
1
why zap call transfer fails?
...sterisk PBX. After channels and dial plans setup, Zap/1 connect to phone and Zap/4 connect to provider , when I dial the phone, the following message shows in the asterisk console ------------------ Starting simple switch on 'Zap/1-1' -- Executing Dial("Zap/1-1", "Zap/4/9999999") in new stack -- Called 4/9999999 -- Zap/4-1 answered Zap/1-1 -- Attempting native bridge of Zap/1-1 and Zap/4-1 -- Hungup 'Zap/4-1' ----------------- However, there is only 1 ringtone in my phone, and it becomes silent and eventually the call was dropped. But reverse...
2017 Aug 25
2
Windows pre-requisites for login with winbind?
...m stuck with NIS. > > First I attempted to use AD idmap with settings (smb.conf) > > idmap config * : backend = tdb > idmap config * : range = 3000-9999 > idmap config DOMAIN : backend = ad > idmap config DOMAIN : schema_mode = rfc2307 > idmap config DOMAIN : range = 10000-9999999 The above looks okay > idmap_ldb:use rfc2307 = yes You should only use the above line on a DC > > winbind nss info = rfc2307 > winbind use default domain = true The above two lines are okay > winbind enum users = yes > winbind enum groups = yes You should only add the abov...
2015 Nov 03
2
Pam-logon failure for AD users
...755(wb_request_done) wb_request_done[559:PAM_AUTH_CRAP]: NT_STATUS_ACCESS_DENIED My smb.conf is available= yes restrict anonymous= 0 server string= LenovoEMC™ px6-300d Workgroup= DOMAIN netbios name= Debian realm= DOMAIN.LOCAL password server= 192.168.1.100, * idmap backend= tdb idmap uid= 5000-9999999 idmap gid= 5000-9999999 security= ADS name resolve order= wins host bcast lmhosts client use spnego= yes dns proxy= no winbind use default domain= no winbind nested groups= yes inherit acls= yes winbind enum users= yes winbind enum groups= yes winbind separator= \\ winbind cache time= 300 winbind o...
2015 Dec 12
3
Pam-logon failure for AD users
...rict anonymous= 0 >>>> server string= LenovoEMC™ px6-300d >>>> Workgroup= DOMAIN >>>> netbios name= Debian >>>> realm= DOMAIN.LOCAL >>>> password server= 192.168.1.100, * >>>> idmap backend= tdb >>>> idmap uid= 5000-9999999 >>>> idmap gid= 5000-9999999 >>>> security= ADS >>>> name resolve order= wins host bcast lmhosts >>>> client use spnego= yes >>>> dns proxy= no >>>> winbind use default domain= no >>>> winbind nested groups= yes &gt...
2015 Dec 08
0
Samba4 ad dc with Centos7
Hai, Few things. > idmap gid = 1000-9999999 did you also change the start GID in the AD? https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC#Defining_the_next_UID.2FGID_to_use > "getent group" and "getent passwd" On a DC, use : getent group "domain users" shows only the group name...
2015 Dec 10
2
Pam-logon failure for AD users
...b.conf is >> >> available= yes >> restrict anonymous= 0 >> server string= LenovoEMC™ px6-300d >> Workgroup= DOMAIN >> netbios name= Debian >> realm= DOMAIN.LOCAL >> password server= 192.168.1.100, * >> idmap backend= tdb >> idmap uid= 5000-9999999 >> idmap gid= 5000-9999999 >> security= ADS >> name resolve order= wins host bcast lmhosts >> client use spnego= yes >> dns proxy= no >> winbind use default domain= no >> winbind nested groups= yes >> inherit acls= yes >> winbind enum users= yes...
2017 Sep 01
2
user works on DC, not on DM
...og/samba/%m.log load printers = No printcap name = /dev/null security = ADS username map = /etc/samba/user.map winbind nss info = rfc2307 winbind refresh tickets = Yes winbind use default domain = Yes idmap config arbeitsgruppe:schema_mode = rfc2307 idmap config arbeitsgruppe:range = 10000-9999999 idmap config arbeitsgruppe:backend = ad idmap config * : range = 2000-2999 idmap config * : backend = tdb it was 999999 before, I increased that and restarted/rebooted DM, no change. The user can login to the domain, it only can't connect to a share on the DM (group membership is OK, we on...
2019 Jan 08
1
In Mac SMB guest access is not working
Hi Rowland, Below are the smb.conf which used in both 4.7 and 4.9 Global] available= yes restrict anonymous= 0 Workgroup= SAM netbios name= x2 realm= SAM.COM <http://sam.com/> password server= 192.168.1.14, * idmap backend= tdb idmap uid= 5000-9999999 idmap gid= 5000-9999999 idmap config SAM : backend= rid idmap config SAM : range= 10000000-19999999 security= ADS name resolve order= wins host bcast lmhosts client use spnego= yes dns proxy= no winbind use default domain= no winbind nested groups= yes inherit acls= yes winbind enum users= yes w...
2015 Dec 08
0
Samba4 ad dc with Centos7
...d dc with Centos7   I believe there is no enumeration allowed by default whatever you use to generate system users from AD (winbind, sssd or nslcd).   Cheers,   mathias   2015-12-08 13:42 GMT+01:00 L.P.H. van Belle <belle at bazuin.nl>: Hai, Few things. > idmap gid = 1000-9999999 did you also change the start GID in the AD? https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC#Defining_the_next_UID.2FGID_to_use > "getent group" and "getent passwd" On a DC, use  : getent group "domain users" shows only the group name + G...
2007 May 09
3
Increasing precision of rgenoud solutions
Dear All I am using rgenoud to solve the following maximization problem: myfunc <- function(x) { x1 <- x[1] x2 <- x[2] if (x1^2+x2^2 > 1) return(-9999999) else x1+x2 } genoud(myfunc, nvars=2, Domains=rbind(c(0,1),c(0,1)),max=TRUE,boundary.enforcement=2,solution.tolerance=0.000001) How can one increase the precision of the solution $par [1] 0.7072442 0.7069694 ? I have tried solution.tolerance but without a significant improvement. Any ideas?...
2015 Oct 22
0
[Samba-it] samba 4.x: centos 7: Bad SMB2 signature for message
...signing = required > load printers = No > printcap name = /dev/null > local master = No > domain master = No > wins server = 192.168.50.1 > winbind enum users = Yes > winbind enum groups = Yes > winbind use default domain = Yes > idmap config * : range = 1000000-9999999 > idmap config * : backend = rid > printing = bsd > cups options = raw > print command = lpr -r -P'%p' %s > lpq command = lpq -P'%p' > lprm command = lprm -P'%p' %j > store dos attributes = Yes > > [homes] > comment = Home Directories &g...
2017 Jan 31
3
How to get password expiration?
my smb.conf looks as follows. [global] security = ads realm = AD.MYDOMAIN.TLD workgroup = AD idmap config * : backend = tdb idmap config * : range = 2000-7999 idmap config MIND:backend = ad idmap config MIND:schema_mode = rfc2307 idmap config MIND:range = 8000-9999999 winbind nss info = rfc2307 winbind use default domain = yes winbind enum users = yes winbind enum groups = yes restrict anonymous = 2 ldap server require strong auth = no client ldap sasl wrapping = plain I'm connected to an Windows 2008 based Active Directory environment...