@olivierlambert Yes. Sorry for not making that more clear
Posts made by newbie2xcp
-
RE: LDAP Plugin - Syncing Groups from Windows AD (Server 2016) HELP
-
RE: LDAP Plugin - Syncing Groups from Windows AD (Server 2016) HELP
I wanted to limit users' ability to login to 2 groups
User filter:
(&(sAMAccountName={{name}})(|(memberOf=CN=ServerAdmins,OU=ServerAdmins,OU=Admins,DC=DOMAIN,DC=com)(memberOf=CN=grpDevOPs,OU=Security_Groups,DC=DOMAIN,DC=com)))
Adn groups filter has
(&(objectCategory=group)(|(cn=ServerAdmins)(cn=grpDevOPs)))
I struggled with group sync setup so adding here.
-
RE: auth-ldap 0.6.4 sync group/users?
@Danp So I had a problem with ldap, I read older article that mentioned doing this sudo npm install --global xo-server-auth-ldap which coincidently fixed ldap but that is when I noticed sync option were gone.
This is just a POC and has noting running, so I will destroy and build new xoa.
Thanks for help.
-
RE: auth-ldap 0.6.4 sync group/users?
@Danp I might have screwed that up. How can I update or reset it?
-
auth-ldap 0.6.4 sync group/users?
I have ldap working with AD, but where/how do I sync users and groups?
I don't see the options....
When I go to settings> groups.
What have I missed?
-
RE: XOA deploy error
link above uses https and I get this error
[16:39 r530-n3 ~]# curl https://xoa.io/deploy > deploy.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) OpenSSL/1.0.2k-fips: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failureuse http instead downloads script
[16:39 r530-n3 ~]# curl http://xoa.io/deploy > deploy.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4970 100 4970 0 0 20525 0 --:--:-- --:--:-- --:--:-- 20622
[16:40 r530-n3 ~]# cat deploy.shWe did figure out Fortinet was blocking something for port 8888 and the FW admin adding xao.io to allow list, normal bash script started working, I tried curl https://xoa.io/deploy > deploy.sh after install and get same openssl error (not that I need to worry about it now).
Thanks for the assistance.
-
RE: XOA deploy error
@olivierlambert I did this, log is attached original message above
. -
RE: XOA deploy error
I just installed 3 fresh nodes of 8.2.1 and could not deploy via vates or via script, I then installed 8.3 rc2 and neither are working. 3 days ago, I was able to use script to install XOA and today no luck. I have tried with and without DHCP. Attaching log from rc2.xoa log.txt
8.2.1
8.3