Displaying 20 results from an estimated 100 matches similar to: "Missing attributes on RODC."
2020 Feb 23
0
Missing attributes on RODC.
On 23/02/2020 18:54, Klaus Ade Johnstad via samba wrote:
> One such group looks like this:
> samba-tool group show Alle-Eltern
> dn: CN=Alle-Eltern,OU=Kopano kontakter,OU=skole,DC=skole
> objectClass: top
> objectClass: kopanoGroup
> objectClass: posixGroup
> objectClass: group
> cn: Alle-Eltern
> description: Alle-Eltern
> member: UID=M20313,OU=Kopano
2012 Feb 16
2
import .csv file into R
Dear r-helpers,
I read a .csv file into R
with the following command:
A<-read.csv2(file="Mappe3.csv")
It worked fine, except that I would like to get rid of the points between
the words and get spaces instead like I have got in the .csv file.
At the moment it looks like the following:
habe.mich.gut.mit.KlassenkollegInnen.verstanden
hatte.gutes.Verhältnis.zu.Eltern
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all,
I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted.
I did not find a solution at Google or in this list, so any help or
2007 Dec 12
6
namespace problem / 1.1beta11
Hi all,
actually I got a problem with the namespaces in dovecot 1.1 beta11. It occured after purging index files and resynch via imapsync. Dovecot complains about "Unknown namespace", though it worked with versions before. I cannot comfirm for 1.1beta10, but I surely know 1.1beta9 worked with these settings.
Example:
From Folder [INBOX/Trash]
To Folder [___________]
To Folder
2020 Oct 01
2
Freeradius logon with machine account...
With Samba in NT mode, i was able to enable wireless access using
machine account, and worked decently.
Now i want to try again in AD mode, but i've not found info, and i've
just hit a trouble:
Oct 1 14:31:55 vdmsv1 radiusd[13555]: rlm_ldap (ldap): Opening additional connection (25), 1 of 31 pending slots used
Oct 1 14:31:55 vdmsv1 radiusd[13555]: (187) Login incorrect:
2007 Aug 29
1
samba-error: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Hi everyone!
I'm getting mad: On a running debian-edu/skolelinux 3 with samba
3.0.24-6etch4 my win clients lost their server-shares during work and
can't get them back. Tried smbclient
and got:
tjener:~# smbclient -U frank -L tjener
Password:
Domain=[SKOLELINUX] OS=[Unix] Server=[Samba 3.0.24]
Sharename Type Comment
--------- ---- -------
2004 Nov 14
0
Windows 2000/2003 shares -> danish character problem
Hallo,
I know this problem is marked as solved, but here is another solution, a
solution which makes it possible still to use smbfs.
I have been working on a project connecting Skolelinux ltsp-server to a
windows 2000 server in norwegian secondary school and came across the same
problem ( that is one of the teachers and his students in my school did
first).
Searching the net I found the
2017 Oct 27
3
Adding indexing to samba AD question.
Hai,
I need to add some extra indexing on my AD DB, and im not sure if what the correct/best methode is.
And is there any reason i should not do this, i did search on the wiki, but could not find the info i searched for.
I know the following. Checked the current index. ( source info : https://wiki.samba.org/index.php/LDB )
ldbsearch -H /var/lib/samba/private/sam.ldb -s base -b @INDEXLIST
2008 Nov 20
2
R on Ubuntu Server
Dear List,
Has anyone worked with R on Ubuntu Server edition. Also would it be possible
to connect to this ever using remote desktop .
In addition has anyone worked with using R from a Amazon EC2 cloud like
structure. Any early previews of Azure SDk's and R .
Could you guide me to a place where I can read about this ?
This is research project for low cost analytical solutions for developing
2017 Nov 02
0
Adding indexing to samba AD question.
On Fri, 2017-10-27 at 10:36 +0200, L.P.H. van Belle via samba wrote:
> Hai,
>
> I need to add some extra indexing on my AD DB, and im not sure if what the correct/best methode is.
> And is there any reason i should not do this, i did search on the wiki, but could not find the info i searched for.
>
> I know the following. Checked the current index. ( source info :
2017 Mar 27
0
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
No, you have to do that manualy, or look the the samba4 ADS script for kopano ( or zarafa )
But I mostly follow the documentation.
And when i run :
time ldbsearch -H /var/lib/samba/private/sam.ldb -s base -b @INDEXLIST
....
real 0m0.230s
user 0m0.184s
sys 0m0.044s
so if yours take more that 20 sec there is something very wrong.
I suggest check you samba AD database and
2004 Feb 15
2
Problem validating with LDAP and Samba3.0.1debian
Hi,
I'm running openldap and samba3.0.1 from my debian system, but I have
used many many hours trying to get samba to validate users on the
ldap... And is now turning to the last resort ...
This is my configuration
__________________________________________________
the important lines in smb.conf looks like this...
--------------------------------------------------
[global]
workgroup
2017 Mar 23
4
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
Are use using zarafaAccount=1 withing the search filters?
I use this things like this :
(&(objectClass=person)(zarafaAccount=1)(|(mail=%s)(otherMailbox=%s)))
Or for groups.
(&(objectclass=group)(zarafaAccount=1)(|(mail=%s)(otherMailbox=%s)))
That helps a lot.
! If you switch to kopano beware to change the SCHEMA and filters
zarafaAccount changed to kopanoAccount
Greetz.
Louis
2017 Mar 27
0
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
Zarafa is not on the same server as Samba
We only have 2 AD/DC Samba 4.5 (CentOS 7) and we put required indexes on LDAP .
Arround 1000 mailboxes but not all are simultaneously in use (approx 1/3 in use).
MTA is postfix (and is still connected to Samba AD, this one is not causing the issue).
As a workarround, we currently deployed a synchronization connector from AD to OpenLDAP. It solves the
2017 Mar 27
0
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
Thank you for your message Andrew. Then .. Waiting for this improvement... :-)
Indexes seem correct to me. But I'm not sure at 100% because I cannot find clear explanation regarding the searchFlags attribute value .. 1, 2, ... ? Maybe you have one ?
Thanks !
----- Mail original -----
De: "Andrew Bartlett" <abartlet at samba.org>
À: "Gaetan SLONGO" <gslongo
2017 Mar 27
1
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
Hi,
I talked to Zarafa (Kopano now) support and they acknowledge that their product in combination with Samba does not scale welland is only suitable for what they call smaller setups.
Met Vriendelijke Groet,
Kind Regards,
Salutations,
Bart Coninckx
Bits 'n Tricks BVBA
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 14 480 820
gsm +32 478 88 33 08
info at bitsandtricks.com
2017 Mar 27
4
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
Can you tell more about your setup?
Is zarafa and samba on the same server for example.
Which MTA are you using postfix/exim?
My top was about 150 users, and all my printers are connected also so about 200 devices do ldap searches.
but my setup is split over 10+ servers ( 2 are AD DC )
So best is to tell what you can about your setup, anonimize if needed.
Greetz,
Louis
2017 Mar 27
3
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
On Mon, 2017-03-27 at 10:43 +0200, Gaetan SLONGO via samba wrote:
> Zarafa is not on the same server as Samba
>
> We only have 2 AD/DC Samba 4.5 (CentOS 7) and we put required indexes
> on LDAP .
>
> Arround 1000 mailboxes but not all are simultaneously in use (approx
> 1/3 in use).
> MTA is postfix (and is still connected to Samba AD, this one is not
> causing the
2020 Oct 01
0
Freeradius logon with machine account...
Den 01.10.2020 14:46, skrev Marco Gaiarin via samba:
> With Samba in NT mode, i was able to enable wireless access using
> machine account, and worked decently.
>
> Now i want to try again in AD mode, but i've not found info, and i've
> just hit a trouble:
>
> Oct 1 14:31:55 vdmsv1 radiusd[13555]: rlm_ldap (ldap): Opening additional connection (25), 1 of 31 pending
2003 Jan 22
2
No domainserver found
I am trying to configure Samba 2.2.7 as a PDC on a Mandrake 9.0 box,
mainly
serving Win ME clients.
Every time I try to logon to my domain, I get something in the line
of(Translated from danish): "No domainserver found. Windows cannot blah
blah
blah..."
However, once logged in to Windows, I can access my home and shares, and
the
server shows up in the Network neighbourhood.
Both the