Displaying 20 results from an estimated 71 matches for "examles".
Did you mean:
examples
2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
As I understood it is 2nd case:
> Or are there specified binaries where the libraries are builtin to, for
examle:
> --nonshared-binary=testparm, smbtorture, smbd and so on ?
But in the case of binaries list, all binaries mentioned at the list will
be linked statically with ALL libraries, not only 3 (in my case) .
Am I right ?
??, 12 ????. 2019 ?. ? 20:19, Andrew Bartlett <abartlet at
2006 Aug 29
1
Synchronize /etc/passwd (for examle in a RedHat) with smbpasswd
Hello,
I'm looking for a way, to synchronize the linux/unix passwd file with
the smbpasswd file. The best would be if passwd triggers also smbpasswd,
or something like a daemon who synchronize them periodical. I've
allready checked around the whole net, but there seems nothing to be
there, that helps?
Did anywone of you have a good tip for me?
tnx
dude
2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
Should I specify _libraries_ what I want to build directly to binaries,
for example:
--nonshared-binary=replace,winbind-client,wbclient ?
Or are there specified binaries where the libraries are builtin to, for
examle:
--nonshared-binary=testparm, smbtorture, smbd and so on ?
??, 12 ????. 2019 ?. ? 02:25, Andrew Bartlett <abartlet at samba.org>:
> On Tue, 2019-11-12 at 02:05 +0300,
2006 Mar 22
5
transfer calls via Manager Api
i've seen that opening a socket on the asterisk server i can originate
a call from one extension to another in a specific context.
Is it possible to transfer an existing call from the extension ...
SIP/xxx to another extension in a specific context?
thanks
2012 Jan 27
4
percentage from density()
Hi folks,
I know that density function will give a estimated density for a give
dataset. Now from that I want to have a percentage estimation for a
certain range. For examle:
> y = density(c(-20,rep(0,98),20))
> plot(y, xlim=c(-4,4))
Now if I want to know the percentage of data lying in (-20,2). Basically
it should be the area of the curve from -20 to 2. Anybody knows a simple
2016 Oct 25
1
Problem to configure dovecot-ldap.conf.ext
Hello Steffen and List,
Thanks for the answer and help,
I mean I found the biggest problem it is "auth_bind_userdn = "
please read the rest ;-)
Am Dienstag, 25. Oktober 2016, 12:19:08 schrieb Steffen Kaiser:
> On Tue, 25 Oct 2016, G?nther J. Niederwimmer wrote:
> > I setup ldap (FreeIPA) to have a user for dovecot that can (read search
> > compare) all attributes that
2016 Oct 24
2
Problem to configure dovecot-ldap.conf.ext
Hello,
Dovecot 2.2.25
CentOS 7
I setup ldap (FreeIPA) to have a user for dovecot that can (read search
compare) all attributes that I need for dovecot.
I must also have mailAlternateAddress
When I make a ldapsearch with this user, I found all I need to configure
dovecot.
But for me it is not possible to configure this correct ?
I can make for user
doveadm auth test office
and
doveadm
2009 Jul 16
2
Weibull Prediction?
I am trying to generate predictions from a weibull survival curve but it
seems that the predictions assume that the shape(scale for
survfit) parameter is one(Exponential but with a strange rate estimate?).
Here is an examle of the problem, the smaller the shape is the worse the
discrepancy.
### Set Parameters
scale<-10
shape<-.85
### Find Mean
scale*gamma(1 + 1/shape)
### Simulate Data
2016 Oct 25
0
Problem to configure dovecot-ldap.conf.ext
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 25 Oct 2016, G?nther J. Niederwimmer wrote:
> I setup ldap (FreeIPA) to have a user for dovecot that can (read search
> compare) all attributes that I need for dovecot.
>
> I must also have mailAlternateAddress
>
> When I make a ldapsearch with this user, I found all I need to configure
> dovecot.
>
> doveadm auth
2010 May 14
2
[LLVMdev] vector optimization
Hi!
Is there a pass that optimizes vector operations?
If I have for examle a sequence of shufflevector instructions
that optimizes them?
(in opencl notation e.g. a.xyzw.wzyx.xxxx -> a.wwww)
-Jochen
2010 Jul 23
1
Dovecot and LDAP - virtual hosting problem
Hello,
I have a small ISP and we have a dovecot for virtual mail hosting with
a postfix and openldap as backend. Now the problem is that there is
one primary domain (example.com) and many other
virtual domains with different users. When user from primary domain
logs in, he is using username as
his username (without domain part) and when user from virtual domain
logs in, he uses username at
2011 Sep 07
1
Problem with configuring dovecot to take namespaces from database
Hello!
I'd like to set up dovecot to keep namespaces in database, keep more
than one namespace per user.
I try to create the simplest rule (even without tuple in db table) to
get new namespace, unfortunately it doesn't work.
My user_query is:
SELECT '/dane/domeny/%d/mail/%n/' as home, dovecot_typ_skrzynki ||':'||
'/dane/domeny/%d/mail/%n/' ||'.'||
2012 Aug 30
1
LDAP auth and multiple attributes to construct the mail path
Hello,
So I am trying to construct mail path for my LDAP user lookups, and i need
to use two attributes instead of one.
For examle, my LDAP directory has two attributes: departmentAttr and
userIDAttr, and I want the maildir to reside in
/home/${departmentAttr}/${userIDAttr}
Unfortunately, I cannot seem to find a way to configure dovecot this way.
Right now, I have something like
user_attrs
2004 Apr 28
1
bandwidth controlling and monitering
Hi group,
I am new to this group and linux.we have a linux box on which we are giving bandwidth to multiple customers..this box have two ethernet interface eth0 and eth1 .Eth0 is directly connected to internet and eth1 is connected to customer, for examle eth1 have 10.10.X.x series and wth1:1 have 10.11.x.x series .Can any body help in restricting bandwidth 48 kbps for 10.10.x.x and 64 for
2008 Aug 06
1
Write greek text to Windows Unicode file
Hi, everybody!
I am an experienced senior programmer, but absolutely newbie in R, so excuse me if my question is too silly.
I need for my work to evaluete some greek text statistically. The text is in a Windows Unicode file, so I read it in via
readLines(...,encoding="UCS-2LE")
and it works perfectly! But finally the program has to write out the results
2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all
uppercase or all lowercase? If anyone could let me know if there exists a
function in R for the conversion, that will be very helpful.
Regards,
Suman
[[alternative HTML version deleted]]
2016 Mar 17
2
'Smb' server service is reason of panic of Samba 436 smbd daemon.
Everyone is in his (her) shoes, as following each has his (her) own
conditions (meaning environment) as tasks.
And sometimes what one offers is not applicable for other one. :)
> tdbsam or ldapsam, I would just use the Samba standalone server wiki
page as a start, if I were you, this (though it doesn't show it) uses
the tdbsam backend.
Can you tell me briefly, what are diffiriencies
2020 Mar 16
2
Winbind does not show all groups of all users
Hi!
I'm using 4.10.13 as AD and have the issue that winbind does not show
correct the group membership of some users. # Global
parameters[global] ldap server require strong auth =
no netbios name = admin realm =
XXXX.LOKAL workgroup = XXXX dns forwarder =
8.8.8.8 server role = active directory domain
controller idmap_ldb:use rfc2307 = Yes
2014 Jan 22
2
wiki account request
Now in a new thread with updated subject.
----- Forwarded message from Thomas Schmitt -----
Date: Wed, 22 Jan 2014 08:45:51 +0100
>From: Thomas Schmitt
To: syslinux at zytor.com
Subject: Re: [syslinux] Advice/directions to users of Syslinux
Message-Id: <29490645553171871372 at scdbackup.webframe.org>
Reply-To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Hi,
i
2014 Jan 21
6
After USB boot problems on Gigabyte GA-M55Plus-S3G
On 01/21/2014 11:13 AM, Thomas Schmitt wrote:
>
> My current theory is that vendors prefer to record
> a cylinder aligned end CHS address over recording
> an end CHS address which exploits the whole capacity.
> This is used as an (inofficial ?) protocol to publish
> the CHS factors H' and S'.
>
Indeed it is -- at least some BIOSes "deduce" the H/S to use