03-18-2010 09:42 AM
Hi Sir,
first i'm sorry for my bad English
I speak french.
Ok, so i've installed Alfresco 3.2r2 community on CentOS 5.4 with this guide =>
http://wiki.alfresco.com/wiki/Installing_Alfresco_Community_3.2r_WAR_on_Centos_5.4
I function perfectly. So i can turn on alfresco and go into.
I'm able to use the LDAP-active directory authentication.
But i've a big problem, i'm not able to use the CIFS network share. I have try a lot of configurations but it don't work.
Here you can find my alfresco.global-properties
I don't have anithing in the logs. When i go on a windows computer (Vista) if i will add a mapping to the drive, the system answer that the map is not find.
Can you help me ?
Thx ![]()
03-18-2010 10:10 AM
03-18-2010 10:20 AM
echo 1 > /proc/sys/net/ipv4/ip_forward
modprobe iptable_nat
iptables -F
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -A PREROUTING -p tcp –dport 445 -j REDIRECT –to-ports 1445
iptables -t nat -A PREROUTING -p tcp –dport 139 -j REDIRECT –to-ports 1139
iptables -t nat -A PREROUTING -p udp –dport 137 -j REDIRECT –to-ports 1137
iptables -t nat -A PREROUTING -p udp –dport 138 -j REDIRECT –to-ports 1138
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.