search for: nnew

Displaying 20 results from an estimated 94 matches for "nnew".

Did you mean: new
2006 Jun 11
6
page.update_html not executed
...sted_contractors", " \n 12345678910\n \n "); new Effect.Highlight("suggested_contractors",{}); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''Element.update(\"suggested_contractors\", \" \n 12345678910\n \n \");\nnew Effect.Highlight(\"suggested_contractors\",{});''); throw e } Any idea? Thank you, Jean-Etienne www.novAgora.hu -- Posted via http://www.ruby-forum.com/.
2012 Feb 01
1
randomForest: proximity for new objects using an existing rf
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120201/cc22025d/attachment.pl>
2009 Apr 30
2
Samba does not change UNIX password after OpenLDAP server upgraded
...ion file did not change when the LDAP server was upgraded. I do have "ldap passwd sync =Yes" in smb.conf and it used to work fine. Has anyone seen this? If I use unix password sync = Yes passwd program = /opt/IDEALX/sbin/smbldap-passwd -u %u passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n" instead of "ldappasswd sync", what access control do I have to add to the slapd.conf file? Thank you very much for your help! John
2008 Jan 23
11
Rails 2.0.2 + RJS
Hi I had ajax commenting on my app, which worked perfectly on Rails v1.2.6, but does not work the same in Rails 2.02. Basically the comment gets added, but the visual effects do not work (ie lines 2 + 3 of create.rjs) create.js page.insert_html :bottom, ''comments'', :partial => ''comment'' page.visual_effect :appear, "comment_#{@comment.id}"
2009 May 05
0
stepAICc function (based on MASS:::stepAIC.default)
...usingCp <- match("Cp", names(aod), 0) > 0 fit <- update(fit, paste("~ .", change), evaluate = FALSE) fit <- eval.parent(fit) if (is.list(fit) && (nmm <- match("nobs", names(fit), 0)) > 0) nnew <- fit[[nmm]] else nnew <- length(residuals(fit)) if (nnew != n) stop("number of rows in use has changed: remove missing values?") Terms <- terms(fit) bAIC <- extractAIC(fit, scale, k = k, ...) edf <- bAIC[1L] bA...
2008 Feb 27
2
All Day Events
...tDate.day()}") dtend DateTime.parse("#{startDate.year()}-#{startDate.month()}-#{startDate.day()+1}") end The ICAL entry from this looks like... DTSTART: 20080114T000000 DTEND: 20080115T000000 I also tried it in the format from the README cal.event do dtstart Date.nnew(2008, 01, 14) dtend Date.new(2008, 01, 15) end ...which produced... DTSTART: 20080114 DTEND: 20080115 When I create an all day event in my calendar system and export it to an ICS file it looks like this... DTSTART;VALUE=DATE:20080114 DTEND;VALUE=DATE:20080115 I''m sure one o...
2006 Nov 07
1
smb + ldap: changing passwords from windows: SSHA instead of CRYPT
...work with CRYPT because we have some apps that don't support SSHA. These are the lines related with authentication defined in smb.conf: encrypt passwords = yes ldap passwd sync = Yes passwd program = /usr/local/sbin/smbldap-passwd -u %u passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n" passdb backend = ldapsam:ldap://ldapserver.ingeominas.gov.co/ and this is the setup in smbldap.conf: # Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="CRYPT" So, I don't know why wi...
2010 Jul 06
3
Cross subnet browsing + OpenVPN
...me map = /etc/samba/smbusers server string = Samba Server %v encrypt passwords = Yes ldap ssl = no unix password sync = yes ldap passwd sync = no passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password*" %n\n" # public = yes # browseable = yes # lm announce = yes # browse list = yes # auto services = yes log level = 3 syslog = 0 log file = /var/log/samba/log.%U max lo...
2006 Jul 03
6
Rjs $("aaa").insertHtml is not a function error
...Html({"partial": "entryProduct"}); new Effect.Highlight(":productsTable",{}); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''$(\"productsTable\").insertHtml({\"partial\": \"entryProduct\"});\nnew effect.Highlight(\":productsTable\",{});''); throw e }
2006 Sep 25
1
Windows password change issue
...ffix = ou=Computers ldap suffix = dc=ifa,dc=hawaii,dc=edu add machine script = /usr/sbin/smbldap-useradd -w "%u" logon path = \\%L\profiles\%U printable = no unix password sync = yes passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n" ldap passwd sync = yes [netlogon] comment = The domain logon service path = /var/lib/samba/netlogon public = no writeable = no [profiles] create mode = 0600 directory mode = 0700 path = /home/profiles read only = n...
2004 Nov 03
0
Netlogon
...security = user encrypt passwords = Yes min passwd length = 3 obey pam restrictions = No ldap passwd sync = Yes #unix password sync = Yes passwd program = /usr/local/sbin/smbldap-passwd -u %u #passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n" passwd chat = "Changing password for*\nNew password*" %n\n *success* passwd chat debug = Yes #ldap passwd sync = Yes log level = 2 syslog = 0 log file = /var/log/samba/log.%m...
2010 Jul 06
1
Cross subnet browsing + vpn
...username map = /etc/samba/smbusers server string = Samba Server %v encrypt passwords = Yes ldap ssl = no unix password sync = yes ldap passwd sync = no passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password*" %n\n" # public = yes # browseable = yes # lm announce = yes # browse list = yes # auto services = yes log level = 3 syslog = 0 log file = /var/log/samba/log.%U max log si...
2006 Mar 31
3
RJS templates outputting bloated code?
...new Effect.Highlight("list",{duration:1}); Element.update("header", "RJS Template Test Complete"); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''new Insertion.Bottom(\"list\", \"<li>Fox</li>\");\nnew Effect.Highlight(\"list\",{duration:1}) ;\nElement.update(\"header\", \"RJS Template Test Complete\");''); throw e } It looks to me like the exception handling logic sent in the response causes too much bloat. I think it''s better to send only the &qu...
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
Hi ! I have a problem using an external script to change password : in smb.conf, i have : => passwd chat = "Changing password for*\nNew password*" %n\n "\nRetype new password*" %n\n => passwd chat debug = Yes => log level = 100 => unix password sync = Yes => passwd program = /usr/local/sbin/smbldap-passwd %u The script is called normally, and logs show that the "passwd chat" looks good as the ne...
2011 Aug 26
1
Clear Samba Process
...NKO08 security = user enable privileges = yes server string = %h server encrypt passwords = Yes unix password sync = yes ldap passwd sync = yes passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password*" %n\n" log level = 0 syslog = 0 log file = /var/log/samba/log.%U max log size = 100000 time server = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = no...
2018 Apr 24
4
Password change
...attribute=userPassword by: access to attrs=userPassword,sambaNTPassword,sambaLMPassword smb.conf for the smldap-tools bit is here add user script = /usr/sbin/smbldap-useradd -m '%u' passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password* "%n\n" Have the following in /etc/ldap/slapd.d/cn=config/olcDatabase{1}.hdb olcAccess: {0}to attrs=userPassword by self write by anonymous auth by * none olcAccess: {1}to attrs=shadowLastChange by self write by * read olcAccess: {2}to * b...
2010 Jul 06
2
WG: Cross subnet browsing + OpenVPN
...me map = /etc/samba/smbusers server string = Samba Server %v encrypt passwords = Yes ldap ssl = no unix password sync = yes ldap passwd sync = no passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password*" %n\n" # public = yes # browseable = yes # lm announce = yes # browse list = yes # auto services = yes log level = 3 syslog = 0 log file = /var/log/samba/log.%U max lo...
2009 Sep 05
1
Windows Users cannot change password on PDC Samba Server
I've this problems. I'm using on my smb.conf # Sincronizacion de cuentas LDAP, NT y LM # unix password sync = Yes ldap passwd sync = Yes passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Changing *\nNew password*" %n\n "*Retype new password*" %n\n" [2009/09/03 14:05:16, 1] smbd/chgpasswd.c:change_oem_password(1057) Sep 3 14:05:16 eisaIII smbd[4801]: user test1 cannot change password now, must wait until vie, 04 sep 2009 17:29:06 ART I don't find what is the problem. Som...
2006 Sep 18
2
problems xp joining samba pdc
...directory = /var/run wtmp directory = /var/log utmp = Yes password server = ldaphost.company.com passdb backend = ldapsam:ldap://ldaphost.company.com ldap passwd sync = Yes #unix password sync = Yes #passwd program = /usr/sbin/smbldap-passwd %u #passwd chat = "Changing * password*for*\nNew password*" %n\n "*Retype new password*" %n\n" #passwd chat debug = Yes os level = 66 preferred master = Yes local master = Yes domain master = Yes domain logons = Yes allow trusted domains = Yes dns proxy = No # log level = 255 # log level = 4 # log level = 3 ldap:10 p...
2010 Dec 30
1
A device attached to the system is not functioning - When adding a computer to the domain
...;%g" delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g" set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u" ldap passwd sync = yes passwd program = /usr/sbin/smbldap-passwd %u passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n"* When I do an LDAP search, I see there is an entry in LDAP for it the machine, so some of the add machine script must have worked: ldapsearch -b "dc=mydomain,dc=com" -x "(uid=oakrnd01$)" # OAKRND01$, Computers,...