HTTPS Configuration question

I've just been handed an iWS6.1 server and need to setup HTTPS. That's easy, not much different than ldap, messaging server and Portal.
But my question is "How should I provide the HTTPS service?" From a quick read of the docs, I could do 1 of 2 things.
1. Add a https listener to the current virtual web server: www.xyz.com
2. Define a new virtual server and call it wwws.xyz.com
The https service would be used to authenticate users and present pages under www.xyz.com. The big advantage I see to using wwws.xyz.com is that it would force developers to put all their https dependant code in one spot, but I could be mistaken on that assumption.
Thanks,
Roger S.

First of all, there is nothing wrong with letting Outlook connect via HTTP internally as well. This is actually the direction Exchange is going (in fact, in Exchange 2013 all Outlook connectivity takes place via Outlook Anywhere).
Second, it's a fallback mechanism and all that the option does is either attempt to connect first via RPC and then HTTP or first HTTP and then RPC.
Third, your Internet connection speed is also irrelevant in this case since it is your network adapter speed which counts and that is most likely your local LAN speed and even higher than that.
Anyway, to answer your question; Yes, what Outlook considers slow is configurable via the Registry.
However, since the full answer is a bit more complex, it is a bit hard to explain it here so I turned it into a blog post:
http://www.howto-outlook.com/howto/outlookanywherefastslow.htm
Robert Sparnaaij
[MVP-Outlook]
Outlook guides and more: HowTo-Outlook.com
Outlook Quick Tips: MSOutlook.info

Similar Messages

  • Weblogic apache HTTP configuration question

    Hi All,
    Here is my current configuration:
    Oracle Weblogic 10.01
    Linux Centos 5
    Apache HTTP 2.2
    LoadModule weblogic_module modules/mod_wl_22.so
    <Location /TESTCRM>
    <IfModule mod_weblogic.c>
    SetHandler weblogic-handler
    WeblogicHost 192.168.100.20
    WebLogicPort 8002
    CookieName SAGPHSESSIONID
    Debug ON
    KeepAliveEnabled ON
    WLSocketTimeoutSecs 5
    WLLogFile "D:/Apache2.2/logs/wlproxy.log"
    </IfModule>
    </Location>
    It works fine. http://localhost/TESTCRM load the application located on the Weblogic server.
    Is there way to exclude certain directory from being loaded from weblogic server?
    We want resource folder to be loaded from local apache machine.
    http://localhost/TESTCRM/resource (resource folder is located on the apache htdoc folder)
    How can I exclude the resource folding loading via weblogic module? Is that possible? What alternative option do I have? I am new with apache so any help will really appropriate it.
    Here is wlproxy.log (error it trying to load resource from weblogic server but it getting 404 since it does not exist there)
    ================New Request: [GET /TESTCRM/resources/resources/css/reset-min.css HTTP/1.1] =================
    Fri Oct 16 11:33:29 2009 <314012557072091> INFO: SSL is not configured
    Fri Oct 16 11:33:29 2009 <314012557072091> Using Uri /TESTCRM/resources/resources/css/reset-min.css
    Fri Oct 16 11:33:29 2009 <314012557072091> After trimming path: '/TESTCRM/resources/resources/css/reset-min.css'
    Fri Oct 16 11:33:29 2009 <314012557072091> The final request string is '/TESTCRM/resources/resources/css/reset-min.css'
    Fri Oct 16 11:33:29 2009 <314012557072091> Host extracted from serverlist is [192.168.100.20]
    Fri Oct 16 11:33:29 2009 <314012557072091> Initializing lastIndex=0 for a list of length=1
    Fri Oct 16 11:33:29 2009 <314012557072091> getListNode: created a new server node: id='192.168.100.20:8002' server_name='172.24.0.81', port='80'
    Fri Oct 16 11:33:29 2009 <314012557072091> attempt #0 out of a max of 5
    Fri Oct 16 11:33:29 2009 <314012557072091> Trying a pooled connection for '192.168.100.20/8002/8002'
    Fri Oct 16 11:33:29 2009 <314012557072091> getPooledConn: No more connections in the pool for Host[192.168.100.20] Port[8002] SecurePort[8002]
    Fri Oct 16 11:33:29 2009 <314012557072091> general list: trying connect to '192.168.100.20'/8002/8002 at line 2619 for '/TESTCRM/resources/resources/css/reset-min.css'
    Fri Oct 16 11:33:29 2009 <314012557072091> INFO: New NON-SSL URL
    Fri Oct 16 11:33:29 2009 <314012557072091> Connect returns -1, and error no set to 10035, msg 'Unknown error'
    Fri Oct 16 11:33:29 2009 <314012557072091> EINPROGRESS in connect() - selecting
    Fri Oct 16 11:33:29 2009 <314012557072091> Local Port of the socket is 1281
    Fri Oct 16 11:33:29 2009 <314012557072091> Remote Host 192.168.100.20 Remote Port 8002
    Fri Oct 16 11:33:29 2009 <314012557072091> general list: created a new connection to '192.168.100.20'/8002 for '/TESTCRM/resources/resources/css/reset-min.css', Local port:1281
    Fri Oct 16 11:33:29 2009 <314012557072091> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 404 Not Found]
    Fri Oct 16 11:33:29 2009 <314012557072091> URL::parseHeaders: StatusLine set to [404 Not Found]
    Fri Oct 16 11:33:29 2009 <314012557072091> parsed all headers OK
    Fri Oct 16 11:33:29 2009 <314012557072091> sendResponse() : r->status = '404'
    Fri Oct 16 11:33:29 2009 <314012557072091> for 192.168.100.20/8002/8002, updated JVMID: -574096105
    Fri Oct 16 11:33:29 2009 <314012557072091> canRecycle: conn=1 status=404 isKA=0 clen=1214 isCTE=0
    Fri Oct 16 11:33:29 2009 <314012557072091> closeConn: URL.canRecycle() returns false, deleting URL '192.168.100.20/8002'
    Fri Oct 16 11:33:29 2009 <314012557072091> request [TESTCRM/resources/resources/css/reset-min.css] processed sucessfully..
    Let me know if you need any other information
    Thanks
    Sayef

    have you tried:
    WLExcludePathOrMimeType /TESTCRM/resource
    http://download-llnw.oracle.com/docs/cd/E15051_01/wls/docs103/plugins/plugin_params.html#wp1143055

  • Configuration question on css11506

    Hi
    One of our vip with 4 local servers, currently has https. the http is redirected to https.
    Now, my client has problem which a seriel directories need use http, not https. some thing like. quistion:
         1. If there is any possible, I can configure the vip to filter the special directories and let them to use http not https. and rest pages and directories redirect to https?
         2. If not, I can make another vip to use same local servers, but, is possible to only limited to special directories? and with wild code? some like the directories are partially wild coded, something like, http://web.domain/casedir*/casenumber?
         3. if not on both option, is any way I can fix this problem?
    Any comments will be appreciated
    Thanks in advance
    Julie

    I run my Tangosol cluster with 12 nodes on 3
    machines(each machine with 4 cache server nodes). I
    have 2 important configuration questions. Appreciate
    if you can answer them ASAP.
    - My requirement is that I need only 10000 objects to
    be in cluster so that the resources can be freed upon
    when other caches are loaded. I configured the
    <high-units> to be 10000 but I am not sure if this is
    per node or for the whole cluster. I see that the
    total number of objects in the cluster goes till
    15800 objects even when I configured for the 10K as
    high-units (there is some free memory on servers in
    this case). Can you please explain this?
    It is per backing map, which is practically per node in case of distributed caches.
    - Is there an easy way to know the memory stats of
    the cluster? The memory command on the cluster
    doesn't seem to be giving me the correct stats. Is
    there any other utility that I can use?
    Yes, you can get this and quite a number of other information via JMX. Please check this wiki page for more information.
    I started all the nodes with the same configuration
    as below. Can you please answer the above questions
    ASAP?
    <distributed-scheme>
    <scheme-name>TestScheme</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme>
    <high-units>10000</high-units>
    <eviction-policy>LRU</eviction-policy>
    <expiry-delay>1d</expiry-delay>
    <flush-delay>1h</flush-delay>
    </local-scheme>
    </backing-map-scheme>
    </distributed-scheme>
    Thanks
    RaviBest regards,
    Robert

  • SAP-JEE, SAP_BUILDT, and SAP_JTECHS and Dev Configuration questions

    Hi experts,
    I am configuring NWDI for our environment and have a few questions that I'm trying to get my arms around.  
    I've read we need to check-in SAP-JEE, SAP_BUILDT, and SAP_JTECHS as required components, but I'm confused on the whole check-in vs. import thing.
    I placed the 3 files in the correct OS directory and checked them in via the check-in tab on CMS.   Next, the files show up in the import queue for the DEV tab.  My questions are what do I do next?
    1.  Do I import them into DEV?  If so, what is this actually doing?  Is it importing into the actual runtime system (i.e. DEV checkbox and parameters as defined in the landscape configurator for this track)? Or is just importing the file into the DEV buildspace of NWDI system?
    2.  Same question goes for the Consolidation tab.    Do I import them in here as well? 
    3.  Do I need to import them into the QA and Prod systems too?  Or do I remove them from the queue?
    Development Configuration questions ***
    4. When I download the development configuration, I can select DEV or CON workspace.  What is the difference?  Does DEV point to the sandbox (or central development) runtime system and CONS points to the configuration runtime system as defined in the landscape configurator?  Or is this the DEV an CON workspace/buildspace of the NWDI sytem.
    5.  Does the selection here dictate the starting point for the development?  What is an example scenarios when I would choose DEV vs. CON?
    6.  I have heard about the concept of a maintenance track and a development track.  What is the difference and how do they differ from a setup perspective?   When would a Developer pick one over the over? 
    Thanks for any advice
    -Dave

    Hi David,
    "Check-In" makes SCA known to CMS, "import" will import the content of the SCAs into CBS/DTR.
    1. Yes. For these three SCAs specifically (they only contain buildarchives, no sources, no deployarchives) the build archives are imported into the dev buildspace on CBS. If the SCAs contain deployarchives and you have a runtime system configured for the dev system then those deployarchives should get deployed onto the runtime system.
    2. Have you seen /people/marion.schlotte/blog/2006/03/30/best-practices-for-nwdi-track-design-for-ongoing-development ? Sooner or later you will want to.
    3. Should be answered indirectly.
    4. Dev/Cons correspond to the Dev/Consolidation system in CMS. For each developed SC you have 2 systems with 2 workspaces in DTR for each (inactive/active)
    5. You should use dev. I would only use cons for corrections if they can't be done in dev and transported. Note that you will get conflicts in DTR if you do parallel changes in dev and cons.
    6. See link in No.2 ?
    Regards,
    Marc

  • Https configuration on integrated ITS

    Hello Gurus,
    Can someone, please highlight the steps in enabling https configuration to the backend r/3 system from the integrated its for EP7 - java system. The portal content t is already enabled https.
    thanks & regards,
    Sankar.

    i assume that ICM (internet Communication manager)configuration is done and your concern is only about configuring SSO.
    the complete details are given in OSS note number 517860.
    there is alos a test BSP application to check whether SSO is configured. and the url for the same is
    http://wasserver.xxxx.com:<port>/sap/bc/bsp/sap/system/sso2test.htm?sap-user=<userid>&sap-password=<password>&sap-client=<client>
    Hope this helps.
    Regards
    Raja

  • HTTPS Configuration for all BSP appliation users

    Hi ,
    I have enabled HTTPS Configuration for BSPApp using X509 certtfictes in our CRM Landscape.
    This i have done for list of users and it working well.
    I want the same functionality for all users,  Please suugest me.
    Regards,
    Satya

    Any Idea?

  • Unable to use relay server using https configuration

    Hi All,
    I am using Sybase Unwired Platform 2.2 SP 04 with iOS 7.1.
    I am implementing relay server with https configuration. I have already implemented relay server with http using port 80 which is working fine. But when I am changing the outbound enabler property from http to https in Server Configuration, outbound enabler is giving error
    "Could not connect to Relay Server, errCode: 57, sysCode: 11001" in the RSOE log.
    Instead of public IP, I am using hostname.com URL for accessing relay server.
    Also in browser the availability of the url:  /ias_relay_server/server/rs_server.dll is showing none.
    Kindly advice.
    Regards
    Debidutta

    Hi Wim,
    The above log that I posted recently is the messaging RSOE log generated from the sybase control center.
    Now below is the log content from the relay server log at C:\inetpub\logs\LogFiles\W3SVC1
    #Software: Microsoft Internet Information Services 7.5
    #Version: 1.0
    #Date: 2014-04-08 13:34:14
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-
    Agent) sc-status sc-substatus sc-win32-status time-taken
    2014-04-08 13:34:14 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - xxx.xxx.xx.xxx IAS_OE_DnChannel 200 0 64 8050579
    #Software: Microsoft Internet Information Services 7.5
    #Version: 1.0
    #Date: 2014-04-08 13:34:20
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2014-04-08 13:34:20 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 15
    2014-04-08 13:34:20 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 46
    2014-04-08 13:34:21 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 31
    2014-04-08 13:34:21 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 31
    2014-04-08 13:34:22 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 62
    2014-04-08 13:34:22 172.22.219.193 POST /ias_relay_server/server/rs_server.dll - 443 - 112.xxx.xx.xxx IAS_OE_DnChannel 200 0 0 1781
    Below is the log contents found at C:\Windows\System32\LogFiles\HTTPERR-folder
    2014-04-08 13:34:15 112.xxx.xx.xxx 60782 172.22.219.193 443 HTTP/1.1 POST /ias_relay_server/server/rs_server.dll 400 1 BadRequest RelayServer
    2014-04-08 13:34:15 112.xxx.xx.xxx 60810 172.22.219.193 443 HTTP/1.1 POST /ias_relay_server/server/rs_server.dll 400 1 Connection_Abandoned_By_ReqQueue RelayServer
    2014-04-08 13:34:15 112.xxx.xx.xxx 60782 172.22.219.193 443 HTTP/1.1 POST /ias_relay_server/server/rs_server.dll 400 1 Connection_Abandoned_By_ReqQueue RelayServer
    As you can see, we are getting Bad Request in the last log contents.
    I request you to provide your valuable suggestions on this.
    Regards
    Debidutta

  • WRT54GS HTTP Configuration

    I purchased a refurbished WRT54GS router. I had little trouble getting a basic connection to the internet.
    At first, the http configuration worked fine. After using the EasyLink Advisor, however, the http configuration screens have multiple javascript errors, to such an extent that I can't navigate through the screens. I want to set up MAC Address filtering, but can't because I can't see the settings on the page.
    Please advise.

    Are you saying you are having trouble seeing the router's built-in setup pages?  If so, here are my tips:
    To view the router's web pages:
    You do not need an Internet connection. The router's "web pages" are built into the router.
    Use Internet Explorer, it usually works.
    JavaScript must be enabled.
    Use a computer that is wired to the router.  Wireless access of the setup pages at 192.168.1.1  often fails.
    In the non-working computer, temporarily turn off your software firewall.
    Point your browser to 192.168.1.1 , then login to your router. Your user name should be left blank. Your password is "admin" (with no quotes), unless you changed it.
    If you are using Zone Alarm, right click on the ZA icon in the system tray (lower right corner of screen) and then click "Shutdown ZoneAlarm", and see if this fixes your problem. If this does not work, try the following with Zone Alarm: Open the ZAISS control center, go to Privacy, then temporarily turn off Ad Blocking and Cookie Control, and see if that fixes your problem.
    Some Zone Alarm users have reported that adding 192.168.1.1 to their list of "trusted" addresses fixed the problem. This trick might also work with other firewalls.
    If you are using Noton Internet Security with the Add-on Pack, be sure to turn off the Pop-up Blocker, and the Ad blocker. Some users have reported that they needed to uninstall the entire Norton Add-on Pack.
    If you cannot get anything at 192.168.1.1 then perhaps this is not your router's address. Go to "Start" > All Programs > Accessories > Command Prompt.
    A black DOS box will appear. Type in "ipconfig" (with no quotes), then hit the Enter key. Look at the "Default Gateway". Is it 192.168.1.1 ? Point your browser to the "Default Gateway", then login to your router.
    If the above fails, disconnect your modem from the router, power cycle the router and computer, and try again. If this corrects your problem, then most likely your modem is actually a "modem-router".   Report back with this problem, and also state the make and exact model number of your modem (not the router).
    If all of the above fails, power down your entire system, unplug it from the wall, wait one minute, then power up and try again.
    If all of the above tips fail, then reset the router to factory defaults: Power down the router and disconnect all wires from it. Wait one minute. Power up the router, allow it to fully boot (1-2 minutes), then press and hold the reset button for 30 seconds, then release the button and allow the router to reset and reboot ( 2-3 minutes). Power down router. Wait one minute. Connect one computer, by wire, to a LAN port on the router. Boot up system. It should work.
    If you still have trouble, then you need to download and install (or re-install) the latest firmware for your router. After the firmware upgrade, you must reset the router to factory defaults, then setup the router again from scratch. If you saved a router configuration file, DO NOT use it.

  • Configuration Question on  local-scheme and high-units

    I run my Tangosol cluster with 12 nodes on 3 machines(each machine with 4 cache server nodes). I have 2 important configuration questions. Appreciate if you can answer them ASAP.
    - My requirement is that I need only 10000 objects to be in cluster so that the resources can be freed upon when other caches are loaded. I configured the <high-units> to be 10000 but I am not sure if this is per node or for the whole cluster. I see that the total number of objects in the cluster goes till 15800 objects even when I configured for the 10K as high-units (there is some free memory on servers in this case). Can you please explain this?
    - Is there an easy way to know the memory stats of the cluster? The memory command on the cluster doesn't seem to be giving me the correct stats. Is there any other utility that I can use?
    I started all the nodes with the same configuration as below. Can you please answer the above questions ASAP?
    <distributed-scheme>
    <scheme-name>TestScheme</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme>
    <high-units>10000</high-units>
    <eviction-policy>LRU</eviction-policy>
    <expiry-delay>1d</expiry-delay>
    <flush-delay>1h</flush-delay>
    </local-scheme>
    </backing-map-scheme>
    </distributed-scheme>
    Thanks
    Ravi

    I run my Tangosol cluster with 12 nodes on 3
    machines(each machine with 4 cache server nodes). I
    have 2 important configuration questions. Appreciate
    if you can answer them ASAP.
    - My requirement is that I need only 10000 objects to
    be in cluster so that the resources can be freed upon
    when other caches are loaded. I configured the
    <high-units> to be 10000 but I am not sure if this is
    per node or for the whole cluster. I see that the
    total number of objects in the cluster goes till
    15800 objects even when I configured for the 10K as
    high-units (there is some free memory on servers in
    this case). Can you please explain this?
    It is per backing map, which is practically per node in case of distributed caches.
    - Is there an easy way to know the memory stats of
    the cluster? The memory command on the cluster
    doesn't seem to be giving me the correct stats. Is
    there any other utility that I can use?
    Yes, you can get this and quite a number of other information via JMX. Please check this wiki page for more information.
    I started all the nodes with the same configuration
    as below. Can you please answer the above questions
    ASAP?
    <distributed-scheme>
    <scheme-name>TestScheme</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme>
    <high-units>10000</high-units>
    <eviction-policy>LRU</eviction-policy>
    <expiry-delay>1d</expiry-delay>
    <flush-delay>1h</flush-delay>
    </local-scheme>
    </backing-map-scheme>
    </distributed-scheme>
    Thanks
    RaviBest regards,
    Robert

  • I have Netflix and amazon video accounts but unable to view, due to a http configuration

    Just purchased and downloaded Netflix and amazon instant video but unable to watch due to an http configuration. What do I do?

    Amazon video and netflix apps are free.
    They are region restricted.
    If you do not live in a supported region you can not use the service.
    What http configuration problem are you having?
    Are you trying to violate terms of service by using a proxy?

  • HTTP and T3 traffic/configuration question

    I want to use WL as my server for everything but I want to set it up so
    the HTTP traffic is on port 80 and the other non-HTTP stuff like
    T3/JNDI/RMI is on another port - yet all use the same site name.
    Is this possible?
    Thanks
    Tom

    Tom Gerber <[email protected]> wrote:
    I want to use WL as my server for everything but I want to set it up so
    the HTTP traffic is on port 80 and the other non-HTTP stuff like
    T3/JNDI/RMI is on another port - yet all use the same site name.
    Is this possible?
    Thanks
    Tom
    In order to do this, I think you will have to look into using multiple non-clustered WebLogic servers as you can only configure
    two listen ports for each WLS (one standard and one secure). Clustered servers would have the same limitation since each
    member of the cluster runs on the same port number of a different IP address.
    Hope this helps,
    Charlie

  • SQL Server 2012 Failover Cluster configuration questions

    Hi,
    I have few questions on , SQL Server 2012 Failover cluserting pleasse provide suggestions:
    1) In SQL Server 2012 is there a configuration for active / passive Failover Cluster installation? If so how is it done? if you could provide any links or articles that would help.
    OR 
    Is this been replaced by Always ON Availability Groups?
    2) Also in our environment we have done active/active installation but at a time my understanding is only node has the ownership to the shared storage versus both the nodes, is that correct? If not please provide an explanation?
    Any additional information would be valuable in clearing my doubts?
    Thank youy
    Malini=

    Hi malinisethi,
    If you install SQL Server in a cluster and configure Active-Passive cluster. In the first node, select “New SQL Server Failover Cluster installation” option , when we are installing Active-Passive cluster, we have to specify one virtual/network name. (Note:
    For Active-Active clustering you have specify different network names as per the number of nodes). on the other nodes is similar to installing on the first node except that we have select the Add Node to a SQL Server failover cluster option from the initial
    menu. For more information, there is a similar issue about SQL Server 2008 Active-Passive/Active-Active cluster installation, you can review the following article.
    http://sqldbpool.com/2009/10/07/sql-server-2008-active-passive-cluster-installation/
    About Active/Active SQL Cluster, two clustered SQL Server instance are created in different nodes. Then apply Active /Active configuration of both instance. There is an example about creating an Active/Active SQL Cluster using Hyper-V. you can review the
    following article.
    http://blogs.msdn.com/b/momalek/archive/2012/04/11/creating-an-active-active-sql-cluster-using-hyper-v-part2-the-clustered-instances.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Kernel configuration Question

    I have some questions on proper kernel configurations on a Sun SPARC server that we will be setting up here next month.
    We are getting a Sun M5000 server.
    We are going to installing 9i, 10g and 11g homes on this server to run our instances.
    My main question is, with multiple versions of Oracle DB running on this server, what is the proper method for configuring the kernel parameters? I've poked around on metalink, but I cannot seem to find a definite guide on how to setup the parameters.
    Anyone have any suggestions or recommendations?
    I appreciate it.
    _Jason                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    The kernel configuration requirement is per server basis, Or per project basis on new Solaris.
    Just make sure your setting satisfy prerequisite set by Oracle document, since you have 3 different versions, whichever higher.
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15704/pre_install.htm#sthref258

  • Reporting/ Configuration questions.

    Hi there
    I have a few questions I would like to ask based on reporting / configuration of ZenWorks.
    1) Will it be possible to include the Name & Surname from LDAP in our hardware reports? Currently we can get name etc but we cannot be sure the user input is valid.
    Obviously this information is not included in the DB.
    2) ZENworks Report Server InfoView - can we integrate with customized crystal code.
    i.e Could I for the question in #1 above, get the report to get the LDAP Name and Surname from LDAP and place it on the report based corresponding to the correct IP address and hardware?
    3) Can I give different access levels so that a Staff member can pull a customized report ONLY on Hardware specific to their group?
    Thank you

    NVW,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • RV180 Configuration questions

    Hello. I just set up a new RV180 router in a SOHO environment.
    A couple questions regarding the configuration possibilities:
    1) Is there any way to deny static IP LAN traffic and force all clients to DHCP? It seems the RV180 is very "IP range" based, so I'm dividing user privileges based on IP grouping. It would be simple for a user to circumvent this by simply assigning a static IP address in a range that has higher access.
    2) Is the Access Rules table a "first match" or "last action" type of table? Meaning... "first match": the first rule that matches all conditions is hit and the rest of the table is ignored. "last action": the last rule that matches all conditions to modify the traffic is what is used.
    The reason I ask this is I want to ban all outbound traffic from a range of IP except a handful of services, and there are multiple layers of internal IP ranges that will be allowed different levels of outbound access.
    Thanks in advance.

    1. not sure if that is possible but do you know the IP/MAC of the Computer that you want to force and IP to?
    Try using IP/MAC binding if the RV180 supports it.
    IP/MAC Binding allows you to bind IP addresses to MAC address and vice-versa. Some machines are configured with static addresses. To prevent user from changing static IP addresses, the router needs to enable IP/MAC Binding. If router sees packets with matching IP address but inconsistent MAC addresses or vice-versa, it will drop such packets.
    2. Theoretically yet thats the way it should work but cant find the info out on that.  maybe worth some trial and error approach.
    Regards Simon
    http://www.linksysinfo.org

Maybe you are looking for

  • Get only one row for each kind of a column

    hi there! i have a little problem. I have a table with 10 columns. One of them has repeated values. My goal is to get all the rows with this column only one time for each values that it has. Ex: Col1 Col2 Col3 A A A B B B C A C D C D Column 2 has rep

  • When I plug in my iPhone 5c, the screen randomly clicks on stuff.

    When I plug in my phone to a charger, I can't use it. I can't click on anything because it randomly clicks on things on my screen. I have an iPhone 5c and this has been happening since I first got it at the beginning of March 2014

  • How to calculate the RMS of a waveform

    Hi there, I haven´t worked with signal analysis yet, I need to calculate the RMS of the signal shown on the graph in the attached VI. I don´t need a final solution, just some hints or tipps...! Thank you in advance! Attachments: RMS.vi ‏36 KB

  • Not able to process query in workspace.

    Hi guys, I am new to Hyperion, I created a sample report and published it in the workspace. I also published an OCE and used it while publishing the report. I am able to open the report, but I am not able to process the query in workspace? Can you gu

  • QT 7.03 still no go

    I was hoping that QT 7.03 would solve the problems introduced in version 7.02. So far all the problems (stuttering H264 and DivX playback, frameskips of more than 10 sec.) still persist. This is rather disappointing and makes me believe that Apple sh