Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lionheart1986

Pages: [1]
1
Other modules / Zentyal 6.2 Ejaberd module - close this ticket
« on: November 23, 2021, 12:50:32 pm »
Hi,

I try to force ejaber module to display full name on xmpp client roster insted of username but i faill. On old zentyal 3.3 it works without problem. I already creted stub for custom config:

sudo cp /usr/share/zentyal/stubs/jabber/ejabberd.yml.mas /etc/zentyal/stubs/jabber/ejabberd.yml.mas

I think the answer is here:

  mod_shared_roster_ldap:
    ldap_rfilter: "(&(objectClass=user)(!(isCriticalSystemObject=*)))"
    ldap_ufilter: "(&(objectClass=userJabberAccount)(distinguishedName=%u))"
    ldap_groupattr: "cn"
    ldap_groupdesc: "cn"
    ldap_memberattr: "sAMAccountName"
    ldap_useruid: "jabberUid"
    ldap_userdesc: "sAMAccountName"

I probably need change something here.

At the moment its display group witch name and surname and inside this group is username :P

Screen:
https://ibb.co/kc95NHX

SOLUTION:

  mod_shared_roster_ldap:
    ldap_rfilter: "(objectClass=user)"
    ldap_ufilter: "(&(objectClass=userJabberAccount)(sAMAccountName=%u))"
    ldap_groupattr: "cn"
    ldap_groupdesc: "description"
    ldap_memberattr: "sAMAccountName"
    ldap_useruid: "jabberUid"
    ldap_userdesc: "displayName"



 

2
Installation and Upgrades / Zentyal 5 developmnet is free
« on: January 16, 2018, 09:29:01 am »
Hello
Is Zental 5 developmnet edition is free for commercial use in company? I want to install it as additional AD controler in my company.

3
Other modules / zentyal 3.4 second dhcp server on difrent interface
« on: May 22, 2017, 10:31:43 am »
Hi

I have a littel problem with dhcp server and i dont know what im doing wrong.
A the moment i have one internal dhcp on eth0
eth0: 10.10.0.0
mask: 255.255.0.0
and it works well.
dhcp range is set.

I need to do same thing on eth1 but only for fixed address.
eth1: 10.10.254.0
mask 255.255.255.0
dhcp range is not set i only want fixed adresses.

and it almost work well. Its fixing adres as i want but mask is not correct its using mask 255.255.0.0 but i need this one: 255.255.255.0
What im doing wrong?

4
Directory and Authentication / Native LDAP account
« on: March 30, 2017, 10:22:18 am »
Hi

What is native LDAP account? I need it to bind the directory to perform searches and updates.

5
Installation and Upgrades / Zentyal 3.3 Proxy
« on: August 17, 2015, 03:29:48 pm »
Hi All

Currently, the proxy settings allow you to view only those pages that are on the list. Is there a possibility of adding an entire domain * microsoft.com. Currently, I have to add a lot of different addresses manually, eg x.microsoft.com z.microsoft.com. Once, long ago, I used ubunt server in squid.conf I used something like * .microsoft.com. Is it possible to do the same on Zentyal?

Regards

6
Installation and Upgrades / Re: User quota
« on: September 16, 2014, 10:02:40 pm »
Hello I had another problem. I do not recognize changes in the function of  "user quota". I did update two modules:

Users and Computers to 3.3.4
Core to 3.3.10

Maby it will help you to

Regards



7
Hi tengammaps

I'm not sure if this is what you are looking for. You can rearrange itself configurations of each module. Read yourself and please copy configuration files in / etc / Zentyal / stubs / "modulename". - its for custom conf files.

https://wiki.zentyal.org/wiki/En/3.5/Development_and_advanced_configuration

for example:
mkdir /etc/zentyal/stubs/"modulename"
copy from /usr/share/ebox/stubs/samba/samba.conf.mas. to /etc/zentyal/stubs/samba/samba.conf.mas <= here you can customize what you want

Regards


8
Installation and Upgrades / Zentyal 3.3 Samaba
« on: September 15, 2014, 03:46:41 pm »
Hi

Is it possible to set (browseable = No) only for specific samba shares?

<edit> 2014.09.16

I found this topic a few days ago:

https://forum.zentyal.org/index.php/topic,7392.0.html

I hid the resources that I wanted. There is a new problem. It stopped working folder permissions. Everyone has access denied. Any help is greatly appreciated: P

9
Installation and Upgrades / Web GUI Admin Zentyal 3.3
« on: April 01, 2014, 09:56:44 am »
Hi, looking to solve the problem of add Administrator for the Web interface.
In version 2.2 I used this command: "sudo adduser <username> admin" but it no longer works in version 3.3
I tried this "sudo adduser <username> sudo" but it does not work.

Please Help :P

10
Installation and Upgrades / jabber groups
« on: March 04, 2014, 11:21:36 am »
Hi

Is there any possible to hide group "all domain users" in jabber conf?
There is two groups: "jabber accounts" and "all domain users" with the almost same contacts.

I found some help here:
https://forum.zentyal.org/index.php?topic=18379.0

but still trying to hide "all domain users"

11
Hi Uomorando

Here is solution for your problem:
http://doc.zentyal.org/en/appendix-c.html

Pages: [1]