2013/6/20 Roland Gruber <[email protected]>: > Hi Vasily, > > the DHCP module only supports a subset of options. You can use the tree view > to add this option. > For 4.3 it is planned to increase the options list. I will check if this > option can be added, too.
It's worked :) note: ldap required cn, not ou dn: cn=alt,dc=fr cn: alt dhcpServiceDN: cn=DHCP Config,dc=fr structuralObjectClass: dhcpServer objectClass: top objectClass: dhcpServer dn: cn=DHCP Config,dc=fr cn: DHCP Config objectClass: top objectClass: dhcpService objectClass: dhcpOptions dhcpPrimaryDN: cn=alt,dc=fr structuralObjectClass: dhcpService dhcpOption: domain-name "" dhcpOption: netbios-node-type 8 dhcpStatements: default-lease-time 3600 dhcpStatements: max-lease-time 86400 dhcpStatements: ddns-update-style none dhcpStatements: log-facility daemon dhcpStatements: ignore client-updates dn: cn=192.168.1.0,cn=DHCP Config,dc=fr cn: 192.168.1.0 objectClass: top objectClass: dhcpSubnet objectClass: dhcpOptions dhcpNetMask: 24 structuralObjectClass: dhcpSubnet dhcpOption: domain-name "fr" dhcpOption: domain-name-servers 192.168.1.1 dhcpOption: routers 192.168.1.1 dhcpOption: netbios-node-type 8 dhcpOption: subnet-mask 255.255.255.0 dhcpRange: 192.168.1.100 192.168.1.200 dhcpStatements: allow unknown-clients ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
