Displaying 20 results from an estimated 51 matches for "snipp".
Did you mean:
snip
2002 Jun 21
1
Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..
Hi everybody,
i just tried to install v 2.2.5 but i get the following
mesage from configure :
-----snipp----
checking for ldap_start_tls_s... no
-----snipp----
grep in /usr/include tells me :
-----snipp----
486dx66:/usr/include # grep --line-number ldap_start_tls_s
ldap*
ldap.h:1075:ldap_start_tls_s LDAP_P((
486dx66:/usr/include #
-----snipp----
Looking into /usr/include/ldap.h from line 1074 says...
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
...y,
i'm having serious problems with the configuration
of samba 3.0.10.
First my setup :
samba-3.0.10 built from source
openldap-2.2.20 built from source
OS : Suse Linux 7.1 (but updated -> Kernel 2.4.27)
My problem :
------------
I'm trying to use smbpasswd like the following :
---snipp---
[PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina
Netbios name list:-
my_netbios_names[0]="486DX66"
Trying to load: ldapsam:ldap://486dx66.hrnet.de:1389/
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register p...
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
Hi,
i'm having a serious problem with the following logon-script.
It works under W2k, but not under W98, although W98 tells
it is running startup-script ..
First my smb.conf (only interesting parts) :
---snipp---
[global]
server string = Samba-PDC %v on %h
workgroup = WORKGROUP
encrypt passwords = yes
netbios name = 486dx66
domain master = Yes
local master = Yes
prefered master = yes
wins support = no
wins proxy = no
security...
2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
Hi,
i was the one who had problems with the
start_tls function.
I applied the patch yesterday.
But now the compiling doesn't work anymore.
This is what happens :
--------snipp----------
[Lots of compiling output cut away]
Linking bin/smbd
passdb/pdb_ldap.o: In function `pdb_setsampwent':
passdb/pdb_ldap.o(.text+0x1730): multiple definition of
`pdb_setsampwent'
passdb/pdb_tdb.o(.text+0xd70): first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol...
2001 Mar 12
2
How to debug/fix "err:win32:fixup_imports"
I ran into the following error message :
---snipp---
Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll") ret=1025f5ad fs=008f
Call kernel32.922: __wine_register_dll_16(418ff5ac) ret=418bd4f0 fs=008f
Ret kernel32.922: __wine_register_dll_16() retval=418ff5ac ret=418bd4f0 fs=008f
err:win32:fixup_imports No implementation for
NTDLL.d...
2002 May 16
2
possible bug rsync-2.5.5 rsyncd.conf option "max connections"
...:foo /tmp/foo
|@ERROR: max connections (1) reached - try again later
Imho module foo complains about the connection to module bar;
Could this be a bug?
After some browsing in the code I guess that the problem might be that
only one lockfile /var/run/rsyncd.lock) is used for all modules.
--
Dick Snippe Unix Beheerder/Specialist
NOS Internet beheer: beheer@omroep.nl \ fight war
Gateway C -- Kamer 110 -- 035 6774093 \ not wars
Infosite http://intra.omroep.nl/info/ []()
2001 Sep 20
3
Wine and NVIDIA
Hello, I'm new to this list and I tried to avoid this mail for more than a
week. I've been reading through all of the docs about my problem and I think
that I discovered it but I need a tip to solve it.
Here my problem:
Output of the configure skript
*snipp*
checking for GL/gl.h... (cached) yes
checking for GL/glx.h... (cached) yes
checking for GL/glext.h... (cached) yes
checking for up-to-date OpenGL version... (cached) yes
checking for thread-safe OpenGL version... (cached) no
checking for glXCreateContext in -lGL... (cached) no
checking for gluLook...
2016 Dec 19
1
Aw: rsync show files changed during transfer - how?
At 17:00 19.12.2016, devzero at web.de wrote:
>>http://olstrans.sourceforge.net/release/OLS2000-rsync/OLS2000-rsync.html
>
><snipp> But the filename twice can happen under other circumstances; if you've seen this happen, it's almost certainly because the file changed during transfer. Rsync does no locking. Which means that: if you are modifying a file while it's being transferred, then probably the checksum will...
2002 Jul 17
1
Possibly problem with case of filenames ?
...wo years under
W2k AND Win98. The only thing i changed was the samba-version,
which was upgraded from 2.2.3a to 2.2.5.
Is it a really problem of samba or of Win98 (maybe with some option
in Win98) ?
Has it to do with mangling ?
I show you the parts of smb.conf which belong to the share :
-------snipp------
[global]
server string = Samba-PDC %v on %h
workgroup = WORKGROUP
encrypt passwords = yes
netbios name = 486dx66
domain master = Yes
local master = Yes
prefered master = yes
wins support = no
wins proxy = no
secur...
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
>From the config : auth_ssl_require_client_cert = no
GMail empty vcard ... I have no ideas . so sorry.
Coding snippets. What can I provide for you that will help?
NOTE: it is pretty much the default config from Debian.
Thank you,
On Sun, May 24, 2020 at 9:29 PM Benny Pedersen <me at junc.eu> wrote:
>
> On 2020-05-25 02:54, hanasaki at gmail.com wrote:
> > Config has
> > ssl_ver...
2009 Jan 22
2
Converting ddf/dct/sas data definition file to R
Dear all,
I was wondering whether anyone knows about a program which converts
(part of) a data definition file (such as a .dct file for stata, or
.sas file for sas) into an R-script.
Here is an example with a .sas file:
<-- snipp
VALUE HTYPE (default=32)
0 = "Not in household"
1 = "Married couple family household"
2 = "Male householder family"
3 = "Female householder family"
4 = "Male householder non...
2010 Feb 09
9
DO NOT REPLY [Bug 7120] New: Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120
Summary: Variable bandwidth limit .. bwlimit
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: pmdumuid at gmail.com
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...encrypt/live/domain/privkey.pem
>
> Aki
>
>> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
>>
>>
>> From the config : auth_ssl_require_client_cert = no
>> GMail empty vcard ... I have no ideas . so sorry.
>>
>> Coding snippets. What can I provide for you that will help?
>> NOTE: it is pretty much the default config from Debian.
>>
>> Thank you,
>>
>> On Sun, May 24, 2020 at 9:29 PM Benny Pedersen <me at junc.eu> wrote:
>>>
>>> On 2020-05-25 02:54, hanasaki at gm...
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
Config has
ssl_verify_client_cert = no
What options might have the client auth turned on?
TYIA
On 5/24/20 6:40 PM, Felipe Gasper wrote:
> From what I can tell, ?SSL alert number 42? means that you?ve configured Dovecot to require client authentication.
>
> Otherwise, your Let?s Encrypt certificate (with its authority chain) should suffice.
>
> -FG
>
>> On May 24,
2017 Mar 01
0
[Bug 7120] Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120
--- Comment #7 from roland <devzero at web.de> ---
please mind the note from this posting when using pv:
http://superuser.com/questions/778066/using-pv1-to-limit-rsync-speed
--snipp--
It seems that pv is waiting for data from rsync, and rsync is waiting for data
too (stuck in select()) and not closing the input to pv. So it's a deadlock.
Same happens when you substitute pv with something else (like dd). It seems
that those commands just don't behave like rsync expects...
2003 Sep 19
0
samba-3.0.0-rc4 and Domain Admins
...Admins" is a primary or supplemental group.
# net groupmap list verbose ntgroup="Domain Admins"
Domain Admins
SID : S-1-5-21-181998944-1107627502-2274996074-512
Unix group: domadmins
Group type: Domain group
Comment :
-------------------- snipp! --------------------
This setup works (primary group):
# net user INFO smbadmin
root password:
Domain Admins
rk
# ldapsearch -x -h localhost -b 'dc=rk-klbg,dc=at' '(uid=smbadmin)'
[...]
# smbadmin, Users, rk-klbg, at
dn: uid=smbadmin,ou=Users,dc=rk-klbg,dc=at
sn: smbadmin
homeDir...
2003 Oct 28
0
Serious NMB-Problem in Samba 3.0.0
Hello,
I have a serious problem in Samba 3.0.0 which was not in Samba 2.2.x !
After a few hours running the nmbd is shutting down:
Log is as follows:
---snipp---
[2003/10/26 05:00:48, 2] nmbd/nmbd_browsesync.c:sync_with_dmb(151)
sync_with_dmb: Initiating sync with domain master browser DS9<20> at
IP 192.168.0.1 for workgroup NCC1701
[2003/10/26 05:01:08, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(421)
write_browse_list: Wrote browse list in...
2004 Aug 19
0
net groupmap -> gidNumber=4294967295
hello,
i still trying to deal with groups in a samba-pdc
i am now closer to my problem:
the net groupmap cant find the group about a wrong groupid.
i found similar errormessages by googling, but no answer, which
brings me to understand what exactly happens.
it follows a snipp from smb.conf, a snipp from the
debug-info i am getting.
my ldap has ous people, groups and Idmap
samba is 3.0.4 system is solaris 8
smb.conf:
passdb backend = ldapsam:ldaps://localhost
domain logons = yes
ldap admin dn = "cn=Manager,dc=agrl,dc=ethz"
ldap group suffix = ou=groups
ldap us...
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...gt;>> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
>>>>
>>>>
>>>> From the config : auth_ssl_require_client_cert = no
>>>> GMail empty vcard ... I have no ideas . so sorry.
>>>>
>>>> Coding snippets. What can I provide for you that will help?
>>>> NOTE: it is pretty much the default config from Debian.
>>>>
>>>> Thank you,
>>>>
>>>> On Sun, May 24, 2020 at 9:29 PM Benny Pedersen <me at junc.eu> wrote:
>>>>>...
2010 Jan 26
1
domain definition storage
Hi,
I defined several xen domains with libvirt. Can anybody tell me where
libvirt stores these definitions? E.g. what files would one need to back up?
Is it correct, that the xen domain definitions in /var/lib/xend/domains
are overwritten regularly by libvirt?
Many thanks,
Arik