similar to: Samba3 LDAP open ldap as backend

Displaying 20 results from an estimated 900 matches similar to: "Samba3 LDAP open ldap as backend"

2014 Feb 28
2
[Bug 909] New: nat destroy packet mark
https://bugzilla.netfilter.org/show_bug.cgi?id=909 Summary: nat destroy packet mark Product: netfilter/iptables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: blocker Priority: P5 Component: NAT AssignedTo: netfilter-buglog at lists.netfilter.org
2012 Dec 18
1
windows 8 jointo samba 3 domain
Hi ... I have problem join win 8 pro to samba domain after patch registry join to domain name XXXXXX work OK bud join domain XXXX.YYY don't work windows send only DNS request to SRV record any Idea? -- Alexandr Seidl V?voj IT RESAL spol. s r. o. ?len s?t? Orange& Green Orange& Green ?st? nad Orlic? M.R. ?tef?nika 264, 562 01 ?st? nad Orlic? ------------------------------ IBM
2004 Dec 13
4
Dispatcher? how to use long urls with slashes to call a controller
Hello rails, I have a controller called file with a method get that returns me a file from the db. want to do the following: When calling http://localhost:8080/file/get/11/hansi.txt i want that rails does the same as if i would call http://localhost:8080/file/get/11 This i not the case. I get a 404. This is useful as this makes the filename in the browser downloading the
2008 Jul 05
3
getting and writing atrr with prototype
Hi i''m learning prototype and i need to know something... Someone knows how to write and get the value of some atribute... i mean like...jquery that uses $(''#sub-div'').atrr(''alt'',''visible); in prototype is there something like that?... I hope you can help me and thanks :D --~--~---------~--~----~------------~-------~--~----~ You received
2006 Jun 01
4
What i do if i have a table with a column named "type"?
Hi everybody! The class ActiveRecord::Base have a atribute named type and if my table have a column with the same name i get an error if i use model.finde, model.save and more... I dont know what i can do to solve this problem! Someone know? Thanks -- _________ Noel R. Morais
2010 Jan 28
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
Hi, I tried that before, it produces .text ALIGN 16 .globl _main _main: ; @main ; BB#0: ; %entry subl $20, %esp movl $0, 16(%esp) movl 24(%esp), %eax movl %eax, 12(%esp) movl 28(%esp), %eax movl %eax, 8(%esp) movl $($_.str),
2009 Feb 10
2
plotting the result of a nonlinear regression
Hello, to plot the result of a singular non linear regression (using nls) I usually use the function plotfit, for example: r.PTG.V<-nls(PTG.P~ fz1(Portata, a,b), data=dati, start=list(a=10, b=10), nls.control(maxiter=200), algorithm='port', trace=TRUE, na.action=na.omit, lower=list(a=0, b=10), upper=list(a=100, b=100)) plotfit(r.PTG.V) I tried to use the function plotfit on the
2006 Jan 20
11
HABTM relations
Hi, I have 3 tables with HABTM relation. USERS -> QUOTE_TO_USER <- QUOTES Table QUOTE_TO_USER has 3 attributes: quote_id, user_id, component. I have a form where I can tie multiple users to QUOTE. This is easy one, thru "user_ids" (@quote[:user_ids] = @params[:quote][:user_ids]). In this form I have all users and I just check those I want to tie to this quote, however
2008 Jan 02
1
Trying to build the maildir path
I use ldap because is where are store the users and his make place the authentication . In my LDAP I have a attribute mail. like this = mail: pepe at casa.com I Have more that one domain This atribute return to me something like : pepe at casa.com where i use tu build the path to maildir, using %d and %n variables . /var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe this work
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi, I am trying to configure Dovecot (2.2.27) with LDAP passdb, specifically with authentication binds (https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds). Atribute shadowExpire has a unix time stamp value. Is there a way to write pass_filter like shadowExpire<ToDay? Or maybe there is better way to implement password expiration in Dovecot? -- Pagarbiai Mantas Gegu?is VU
2002 Nov 14
1
No raoming profiles
Hi, I've installed samba 2.2.6 as PDC+LDAP, so far everything is fine, but I do not want users to have raoming profiles so every user atribute 'profilePath' I set to '' (empty string). Is it enough or I need to do something else? Thanks, Saulius
2003 Mar 24
1
using tapply with a matrix?
I've successfully created my own function (topbot) that takes a vector as input and used it with tapply() and an input vector (data$depth) and classification factor (data$profile): vols <- tapply(data$depth, data$profile, topbot) works great. But now I want to do something similar, except my function will take a 3 column matrix with nrows() equal to the factor's length. tapply
2005 Aug 19
2
data validation
I''m trying validate date before they''re stored into the DB, but it seems, validation doesn''t work.. my model looks like this: class Company < ActiveRecord::Base has_many :contacts, :foreign_key =>''company_id'' has_and_belongs_to_many :categories, :join_table => ''company_to_category'', :foreign_key =>
2010 Jan 28
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
Well, can I enforce gcc compatible output somehow? I tried playing with the llc flags which didn't help. A possible subtarget for windows might be masm, the msvc compiler and the like. Alex Chris Lattner schrieb: > Anton, > > This is a because the "windows" x86 target defaults to intel syntax asm. I'm not even sure what the "windows" subtarget is if not for
2015 May 05
4
ldap host attribute is ignored
On 05/05/2015 06:47 PM, Gordon Messmer wrote: > On 05/05/2015 03:02 AM, Ulrich Hiller wrote: >> /etc/openldap/ldap.conf contains the line: >> ------------------------------------------ >> pam_check_host_attr yes > > /etc/openldap/ldap.conf is the configuration file for openldap clients. > It is not used for system authentication or name service. > >>
2014 Jul 17
2
[lm-sensors] hwmon: question about the sysfs interface
Hi Guenter, > For automatic fan control we don't really have a well defined ABI. > Part of the problem is that the mechanisms used by various chips are > quite different. > > Please have a look into Documentation/hwmon/nct6775. It is by far > the driver with the most comprehensive fan control mechanisms and > attributes. Would any of the attributes or atribute groups in
2009 Nov 10
2
This test should pass, but it does not :-/ Why?
http://gist.github.com/230814 -- Posted via http://www.ruby-forum.com/.
2009 Feb 03
3
non linear regression with nls
Hello, I'm a beginner with R and it's the first time I'm using the R-help list... I hope I'm in the right place, if not: Sorry!! I need to do non linear regressions on a data set which columns are: "river.name" "Portata" "PTG.P" "PO4.P" "NT.N" "NH4.N" "NO3.N" "BOD5" "SiO2"
2005 Dec 21
4
Who/What is making my field backgrounds yellow?
On *certain* fields in my rails forms the backgrounds are yellow. If I check the page source there is no clue as to why. However, if I *save* the page to disk and then open it in a text editor I can see that the affected fields are like: <input style="background-color: rgb(255, 255, 160);" id="contact_first_name" name="contact[first_name]"
2007 Feb 19
1
Asterisk with Radius users authentication
Dear all, I've searched the web about Asterisk with Radius integration for user authentication, and got a bit confused... I see that there have been some work around it, there is PortaOne's Radius client patch, an still open branch of Digium Issue Tracker "SIP peer authentication on an external database (RADIUS - LDAP)", etc. Although, none of these seems to give me the